summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/IScsiDxe/IScsiDriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkPkg/IScsiDxe/IScsiDriver.c')
-rw-r--r--NetworkPkg/IScsiDxe/IScsiDriver.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/NetworkPkg/IScsiDxe/IScsiDriver.c b/NetworkPkg/IScsiDxe/IScsiDriver.c
index 94c9b228c2..98b73308c1 100644
--- a/NetworkPkg/IScsiDxe/IScsiDriver.c
+++ b/NetworkPkg/IScsiDxe/IScsiDriver.c
@@ -334,7 +334,7 @@ IScsiSupported (
@param[in] ControllerHandle Handle of the controller.
@param[in] IpVersion IP_VERSION_4 or IP_VERSION_6.
- @retval EFI_SUCCES This driver was started.
+ @retval EFI_SUCCESS This driver was started.
@retval EFI_ALREADY_STARTED This driver is already running on this device.
@retval EFI_INVALID_PARAMETER Any input parameter is invalid.
@retval EFI_NOT_FOUND There is no sufficient information to establish
@@ -720,7 +720,7 @@ IScsiStart (
}
//
- // Restore the origial user setting which specifies the proxy/virtual iSCSI target to NV region.
+ // Restore the original user setting which specifies the proxy/virtual iSCSI target to NV region.
//
NvData = &AttemptConfigData->SessionConfigData;
if (NvData->RedirectFlag) {
@@ -1091,7 +1091,7 @@ IScsiStop (
}
//
- // Get the handle of the controller we are controling.
+ // Get the handle of the controller we are controlling.
//
if (IpVersion == IP_VERSION_4) {
ProtocolGuid = &gIScsiV4PrivateGuid;
@@ -1154,7 +1154,7 @@ IScsiStop (
IScsiRemoveNic (IScsiController);
//
- // Update the iSCSI Boot Firware Table.
+ // Update the iSCSI Boot Firmware Table.
//
IScsiPublishIbft ();
@@ -1504,7 +1504,7 @@ IScsiUnload (
EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2;
//
- // Try to disonnect the driver from the devices it's controlling.
+ // Try to disconnect the driver from the devices it's controlling.
//
Status = gBS->LocateHandleBuffer (
AllHandles,