X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FLibrary%2FDxeNetLib%2FNetBuffer.c;h=a232802c9a2100ad8ee2b36acd42bb88a8089219;hp=2408e9a10456e97d1427bcad71f938769e017c49;hb=6deb4baa1f778550df7178d40da37e59e3512f5e;hpb=efb565933428cc10e9c00dd162c67d4730d048e6 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++;