]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix a typo in comment
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 14 May 2010 07:51:29 +0000 (07:51 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 14 May 2010 07:51:29 +0000 (07:51 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10490 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/SimpleNetwork.h

index 24400dc60883d8598f3187e70217fd48b420051b..18c09f3f4d59fd126fa9316ae8dcf467395d99bd 100644 (file)
@@ -543,7 +543,7 @@ EFI_STATUS
   @param  SrcAddr    The source HW MAC address. If HeaderSize is zero, then this parameter\r
                      is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then\r
                      This->Mode->CurrentAddress is used for the source HW MAC address.\r
-  @param  DsetAddr   The destination HW MAC address. If HeaderSize is zero, then this\r
+  @param  DestAddr   The destination HW MAC address. If HeaderSize is zero, then this\r
                      parameter is ignored.\r
   @param  Protocol   The type of header to build. If HeaderSize is zero, then this\r
                      parameter is ignored. See RFC 1700, section "Ether Types", for\r
@@ -584,7 +584,7 @@ EFI_STATUS
   @param  SrcAddr    The source HW MAC address. If this parameter is NULL, the\r
                      HW MAC source address will not be extracted from the media\r
                      header.\r
-  @param  DsetAddr   The destination HW MAC address. If this parameter is NULL,\r
+  @param  DestAddr   The destination HW MAC address. If this parameter is NULL,\r
                      the HW MAC destination address will not be extracted from the\r
                      media header.\r
   @param  Protocol   The media header type. If this parameter is NULL, then the\r