]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiDriver.c
NetworkPkg/IScsiDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiDriver.c
index 94c9b228c241cb596ed9a8aa36b12b0014a26ca5..98b73308c118d675a3764e8193ae83420b145ee3 100644 (file)
@@ -334,7 +334,7 @@ IScsiSupported (
   @param[in]  ControllerHandle     Handle of the controller.\r
   @param[in]  IpVersion            IP_VERSION_4 or IP_VERSION_6.\r
 \r
-  @retval EFI_SUCCES            This driver was started.\r
+  @retval EFI_SUCCESS           This driver was started.\r
   @retval EFI_ALREADY_STARTED   This driver is already running on this device.\r
   @retval EFI_INVALID_PARAMETER Any input parameter is invalid.\r
   @retval EFI_NOT_FOUND         There is no sufficient information to establish\r
@@ -720,7 +720,7 @@ IScsiStart (
     }\r
 \r
     //\r
-    // Restore the origial user setting which specifies the proxy/virtual iSCSI target to NV region.\r
+    // Restore the original user setting which specifies the proxy/virtual iSCSI target to NV region.\r
     //\r
     NvData = &AttemptConfigData->SessionConfigData;\r
     if (NvData->RedirectFlag) {\r
@@ -1091,7 +1091,7 @@ IScsiStop (
   }\r
 \r
   //\r
-  // Get the handle of the controller we are controling.\r
+  // Get the handle of the controller we are controlling.\r
   //\r
   if (IpVersion == IP_VERSION_4) {\r
     ProtocolGuid            = &gIScsiV4PrivateGuid;\r
@@ -1154,7 +1154,7 @@ IScsiStop (
   IScsiRemoveNic (IScsiController);\r
 \r
   //\r
-  // Update the iSCSI Boot Firware Table.\r
+  // Update the iSCSI Boot Firmware Table.\r
   //\r
   IScsiPublishIbft ();\r
 \r
@@ -1504,7 +1504,7 @@ IScsiUnload (
   EFI_COMPONENT_NAME2_PROTOCOL      *ComponentName2;\r
 \r
   //\r
-  // Try to disonnect the driver from the devices it's controlling.\r
+  // Try to disconnect the driver from the devices it's controlling.\r
   //\r
   Status = gBS->LocateHandleBuffer (\r
                   AllHandles,\r