summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Library/DxeNetLib/NetBuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkPkg/Library/DxeNetLib/NetBuffer.c')
-rw-r--r--NetworkPkg/Library/DxeNetLib/NetBuffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/NetworkPkg/Library/DxeNetLib/NetBuffer.c b/NetworkPkg/Library/DxeNetLib/NetBuffer.c
index 2408e9a104..a232802c9a 100644
--- a/NetworkPkg/Library/DxeNetLib/NetBuffer.c
+++ b/NetworkPkg/Library/DxeNetLib/NetBuffer.c
@@ -602,7 +602,7 @@ NetbufGetFragment (
if (HeadSpace != 0) {
//
- // Allocate an extra block to accomdate the head space.
+ // Allocate an extra block to accommodate the head space.
//
BlockOpNum++;
@@ -791,7 +791,7 @@ NetbufFromExt (
if (Len == 0) {
//
- // Increament the index number to point to the next
+ // Increment the index number to point to the next
// non-empty fragment.
//
Index++;