summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Include
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:48 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitd80c3d6e1926b22c210562484711ac36ba986d94 (patch)
tree7f2a24b972795189fc4706c085bd27af832d41d4 /NetworkPkg/Include
parent81a46615f5bea7a455f2210e55cebb5a68dc0e13 (diff)
downloadedk2-d80c3d6e1926b22c210562484711ac36ba986d94.tar.gz
edk2-d80c3d6e1926b22c210562484711ac36ba986d94.tar.bz2
edk2-d80c3d6e1926b22c210562484711ac36ba986d94.zip
NetworkPkg/DpcDxe: Fix few typos
Fix few 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-36-philmd@redhat.com>
Diffstat (limited to 'NetworkPkg/Include')
-rw-r--r--NetworkPkg/Include/Protocol/Dpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Include/Protocol/Dpc.h b/NetworkPkg/Include/Protocol/Dpc.h
index 1e1d0d316d..5e50f6cf30 100644
--- a/NetworkPkg/Include/Protocol/Dpc.h
+++ b/NetworkPkg/Include/Protocol/Dpc.h
@@ -20,7 +20,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
}
//
-// Forward reference for pure ANSI compatability
+// Forward reference for pure ANSI compatibility
//
typedef struct _EFI_DPC_PROTOCOL EFI_DPC_PROTOCOL;