]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/SnpDxe/Station_address.c
Remove several unicode in comments.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / SnpDxe / Station_address.c
index 09ae9f6256825a161bd5bda81e563317373f39e3..a1fcde2969d50d259c84a17d93dfc8c35b8098ca 100644 (file)
@@ -170,7 +170,7 @@ PxeSetStnAddr (
   \r
   This function modifies or resets the current station address of a network \r
   interface, if supported. If Reset is TRUE, then the current station address is\r
-  set to the network interfaces permanent address. If Reset is FALSE, and the \r
+  set to the network interface's permanent address. If Reset is FALSE, and the \r
   network interface allows its station address to be modified, then the current \r
   station address is changed to the address specified by New. If the network \r
   interface does not allow its station address to be modified, then \r
@@ -179,12 +179,12 @@ PxeSetStnAddr (
   has not been initialized, EFI_DEVICE_ERROR will be returned.\r
 \r
   @param This  A pointer to the EFI_SIMPLE_NETWORK_PROTOCOL instance.\r
-  @param Reset Flag used to reset the station address to the network interface\r
+  @param Reset Flag used to reset the station address to the network interface'\r
                permanent address.\r
   @param New   New station address to be used for the network interface.\r
 \r
 \r
-  @retval EFI_SUCCESS           The network interfaces station address was updated.\r
+  @retval EFI_SUCCESS           The network interface's station address was updated.\r
   @retval EFI_NOT_STARTED       The Simple Network Protocol interface has not been \r
                                 started by calling Start().\r
   @retval EFI_INVALID_PARAMETER The New station address was not accepted by the NIC.\r
@@ -194,7 +194,7 @@ PxeSetStnAddr (
   @retval EFI_DEVICE_ERROR      An error occurred attempting to set the new \r
                                 station address.\r
   @retval EFI_UNSUPPORTED       The NIC does not support changing the network \r
-                                interfaces station address.\r
+                                interface's station address.\r
 \r
 **/\r
 EFI_STATUS\r