summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-11 06:02:54 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-11 06:02:54 +0000
commit51195fbe8cafe567f217724c9f05cb30fed5e6da (patch)
tree35febb5ae9715c6b4d57558ed0a6fb72418b8575 /MdeModulePkg/Universal/Network
parentead7e7dc748750e88a1d1d5810c4550edeabb22f (diff)
downloadedk2-51195fbe8cafe567f217724c9f05cb30fed5e6da.zip
edk2-51195fbe8cafe567f217724c9f05cb30fed5e6da.tar.gz
edk2-51195fbe8cafe567f217724c9f05cb30fed5e6da.tar.bz2
Remove several unicode in comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7501 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Network')
-rw-r--r--MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c8
-rw-r--r--MdeModulePkg/Universal/Network/SnpDxe/Station_address.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c b/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c
index e964f6b..f2c2100 100644
--- a/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c
+++ b/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c
@@ -294,11 +294,11 @@ EfiDhcp4TransmitReceive (
Parses the packed DHCP option data.
The Parse() function is used to retrieve the option list from a DHCP packet.
- If *OptionCount isn’t zero, and there is enough space for all the DHCP options
+ If *OptionCount isn't zero, and there is enough space for all the DHCP options
in the Packet, each element of PacketOptionList is set to point to somewhere in
the Packet->Dhcp4.Option where a new DHCP option begins. If RFC3396 is supported,
the caller should reassemble the parsed DHCP options to get the finial result.
- If *OptionCount is zero or there isn’t enough space for all of them, the number
+ If *OptionCount is zero or there isn't enough space for all of them, the number
of DHCP options in the Packet is returned in OptionCount.
@param This Pointer to the EFI_DHCP4_PROTOCOL instance.
@@ -1635,11 +1635,11 @@ Dhcp4ParseCheckOption (
Parses the packed DHCP option data.
The Parse() function is used to retrieve the option list from a DHCP packet.
- If *OptionCount isn’t zero, and there is enough space for all the DHCP options
+ If *OptionCount isn't zero, and there is enough space for all the DHCP options
in the Packet, each element of PacketOptionList is set to point to somewhere in
the Packet->Dhcp4.Option where a new DHCP option begins. If RFC3396 is supported,
the caller should reassemble the parsed DHCP options to get the finial result.
- If *OptionCount is zero or there isn’t enough space for all of them, the number
+ If *OptionCount is zero or there isn't enough space for all of them, the number
of DHCP options in the Packet is returned in OptionCount.
@param This Pointer to the EFI_DHCP4_PROTOCOL instance.
diff --git a/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c b/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c
index 09ae9f6..a1fcde2 100644
--- a/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c
+++ b/MdeModulePkg/Universal/Network/SnpDxe/Station_address.c
@@ -170,7 +170,7 @@ PxeSetStnAddr (
This function modifies or resets the current station address of a network
interface, if supported. If Reset is TRUE, then the current station address is
- set to the network interface’s permanent address. If Reset is FALSE, and the
+ set to the network interface's permanent address. If Reset is FALSE, and the
network interface allows its station address to be modified, then the current
station address is changed to the address specified by New. If the network
interface does not allow its station address to be modified, then
@@ -179,12 +179,12 @@ PxeSetStnAddr (
has not been initialized, EFI_DEVICE_ERROR will be returned.
@param This A pointer to the EFI_SIMPLE_NETWORK_PROTOCOL instance.
- @param Reset Flag used to reset the station address to the network interface’s
+ @param Reset Flag used to reset the station address to the network interface's
permanent address.
@param New New station address to be used for the network interface.
- @retval EFI_SUCCESS The network interface’s station address was updated.
+ @retval EFI_SUCCESS The network interface's station address was updated.
@retval EFI_NOT_STARTED The Simple Network Protocol interface has not been
started by calling Start().
@retval EFI_INVALID_PARAMETER The New station address was not accepted by the NIC.
@@ -194,7 +194,7 @@ PxeSetStnAddr (
@retval EFI_DEVICE_ERROR An error occurred attempting to set the new
station address.
@retval EFI_UNSUPPORTED The NIC does not support changing the network
- interface’s station address.
+ interface's station address.
**/
EFI_STATUS