NetworkPkg/Library: Fix various typos

Fix various typos in comments and documentation.

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-43-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:55 +01:00
committed by mergify[bot]
parent efb5659334
commit 6deb4baa1f
11 changed files with 40 additions and 40 deletions

View File

@@ -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++;