]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiMisc.c
NetworkPkg/IScsiDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiMisc.c
index 38ad67917c300d0369c4df0466b421210a07917c..b8fef3ff6f5a4d571a872825b58feb81b9c19dc1 100644 (file)
@@ -272,7 +272,7 @@ IScsiAsciiStrToIp (
 }\r
 \r
 /**\r
-  Convert the mac address into a hexadecimal encoded "-" seperated string.\r
+  Convert the mac address into a hexadecimal encoded "-" separated string.\r
 \r
   @param[in]  Mac     The mac address.\r
   @param[in]  Len     Length in bytes of the mac address.\r
@@ -2412,7 +2412,7 @@ IScsiGetTcpConnDevicePath (
         //  Add a judgement here to support previous versions of IPv4_DEVICE_PATH.\r
         //  In previous versions of IPv4_DEVICE_PATH, GatewayIpAddress and SubnetMask\r
         //  do not exist.\r
-        //  In new version of IPv4_DEVICE_PATH, structcure length is 27.\r
+        //  In new version of IPv4_DEVICE_PATH, structure length is 27.\r
         //\r
 \r
         PathLen = DevicePathNodeLength (&DPathNode->Ipv4);\r
@@ -2502,7 +2502,7 @@ IScsiOnExitBootService (
 \r
   This function tests whether the driver specified by DriverBindingHandle is\r
   currently managing the controller specified by ControllerHandle.  This test\r
-  is performed by evaluating if the the protocol specified by ProtocolGuid is\r
+  is performed by evaluating if the protocol specified by ProtocolGuid is\r
   present on ControllerHandle and is was opened by DriverBindingHandle and Nic\r
   Device handle with an attribute of EFI_OPEN_PROTOCOL_BY_DRIVER.\r
   If ProtocolGuid is NULL, then ASSERT().\r