summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-14 07:51:29 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-14 07:51:29 +0000
commit562fccb0f0bacdf61c75c397c6d9f76bade1da3e (patch)
tree81c01b319267ff8d4598cc574f348621972a49a2
parent29a4f92d814896a7c15e5fd0559defa4d7232c53 (diff)
downloadedk2-562fccb0f0bacdf61c75c397c6d9f76bade1da3e.tar.gz
edk2-562fccb0f0bacdf61c75c397c6d9f76bade1da3e.tar.bz2
edk2-562fccb0f0bacdf61c75c397c6d9f76bade1da3e.zip
Fix a typo in comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10490 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Protocol/SimpleNetwork.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/SimpleNetwork.h b/MdePkg/Include/Protocol/SimpleNetwork.h
index 24400dc608..18c09f3f4d 100644
--- a/MdePkg/Include/Protocol/SimpleNetwork.h
+++ b/MdePkg/Include/Protocol/SimpleNetwork.h
@@ -543,7 +543,7 @@ EFI_STATUS
@param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter
is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
This->Mode->CurrentAddress is used for the source HW MAC address.
- @param DsetAddr The destination HW MAC address. If HeaderSize is zero, then this
+ @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
parameter is ignored.
@param Protocol The type of header to build. If HeaderSize is zero, then this
parameter is ignored. See RFC 1700, section "Ether Types", for
@@ -584,7 +584,7 @@ EFI_STATUS
@param SrcAddr The source HW MAC address. If this parameter is NULL, the
HW MAC source address will not be extracted from the media
header.
- @param DsetAddr The destination HW MAC address. If this parameter is NULL,
+ @param DestAddr The destination HW MAC address. If this parameter is NULL,
the HW MAC destination address will not be extracted from the
media header.
@param Protocol The media header type. If this parameter is NULL, then the