From d7db0902808f59f71421cc2fc5012da4a47a32b9 Mon Sep 17 00:00:00 2001 From: gikidy Date: Fri, 12 Dec 2008 06:04:02 +0000 Subject: Fix some typo. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7008 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Library/IpIoLib.h | 2 +- MdeModulePkg/Include/Library/NetLib.h | 2 +- MdeModulePkg/Include/Library/PlatDriOverLib.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg/Include/Library') diff --git a/MdeModulePkg/Include/Library/IpIoLib.h b/MdeModulePkg/Include/Library/IpIoLib.h index 67dfb6168d..0ef93ed9e5 100644 --- a/MdeModulePkg/Include/Library/IpIoLib.h +++ b/MdeModulePkg/Include/Library/IpIoLib.h @@ -83,7 +83,7 @@ VOID // field is valid for user IN EFI_NET_SESSION_DATA *NetSession, // the communication point IN NET_BUF *Pkt, // packet received - IN VOID *Context // the Context provided by user for recive data + IN VOID *Context // the Context provided by user for receive data ); typedef diff --git a/MdeModulePkg/Include/Library/NetLib.h b/MdeModulePkg/Include/Library/NetLib.h index 6198e7e83a..1a0fdb28ba 100644 --- a/MdeModulePkg/Include/Library/NetLib.h +++ b/MdeModulePkg/Include/Library/NetLib.h @@ -36,7 +36,7 @@ typedef enum { EFI_IP_PROTO_ICMP = 0x01, // - // The address classfication + // The address classification // IP4_ADDR_CLASSA = 1, IP4_ADDR_CLASSB, diff --git a/MdeModulePkg/Include/Library/PlatDriOverLib.h b/MdeModulePkg/Include/Library/PlatDriOverLib.h index 34d0f5b6c3..d49d66da2c 100644 --- a/MdeModulePkg/Include/Library/PlatDriOverLib.h +++ b/MdeModulePkg/Include/Library/PlatDriOverLib.h @@ -222,7 +222,7 @@ DeleteDriverImage ( If Binding protocol is not found, it is set to NULL. @return Pointer into the Binding Protocol interface - @retval NULL The paramter is not valid or the binding protocol is not found. + @retval NULL The parameter is not valid or the binding protocol is not found. **/ EFI_DRIVER_BINDING_PROTOCOL * -- cgit v1.2.3