Fix some typo.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7008 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2008-12-12 06:04:02 +00:00
parent 77f863ee03
commit d7db090280
11 changed files with 20 additions and 20 deletions

View File

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

View File

@@ -36,7 +36,7 @@ typedef enum {
EFI_IP_PROTO_ICMP = 0x01,
//
// The address classfication
// The address classification
//
IP4_ADDR_CLASSA = 1,
IP4_ADDR_CLASSB,

View File

@@ -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 *