mirror of https://github.com/acidanthera/audk.git
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:
parent
29a4f92d81
commit
562fccb0f0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue