Fix a typo in comment

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10490 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2010-05-14 07:51:29 +00:00
parent 29a4f92d81
commit 562fccb0f0
1 changed files with 2 additions and 2 deletions

View File

@ -543,7 +543,7 @@ EFI_STATUS
@param SrcAddr The source HW MAC address. If HeaderSize is zero, then this parameter @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 is ignored. If HeaderSize is non-zero and SrcAddr is NULL, then
This->Mode->CurrentAddress is used for the source HW MAC address. 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. parameter is ignored.
@param Protocol The type of header to build. If HeaderSize is zero, then this @param Protocol The type of header to build. If HeaderSize is zero, then this
parameter is ignored. See RFC 1700, section "Ether Types", for 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 @param SrcAddr The source HW MAC address. If this parameter is NULL, the
HW MAC source address will not be extracted from the media HW MAC source address will not be extracted from the media
header. 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 the HW MAC destination address will not be extracted from the
media header. media header.
@param Protocol The media header type. If this parameter is NULL, then the @param Protocol The media header type. If this parameter is NULL, then the