]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c
MdeModulePkg/Bus/Scsi: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiBusDxe / ScsiBus.c
index 1caffd38cdcb8b078c7a7b9a174125423dda34fd..27b554ad3e1d15da4103554e5cd646ad1e43d4f0 100644 (file)
@@ -487,7 +487,7 @@ SCSIBusDriverBindingStart (
   } else {\r
     //\r
     // If RemainingDevicePath is the End of Device Path Node,\r
-    // skip enumerate any device and return EFI_SUCESSS\r
+    // skip enumerate any device and return EFI_SUCCESS\r
     //\r
     ScanOtherPuns = FALSE;\r
   }\r
@@ -644,7 +644,7 @@ SCSIBusDriverBindingStop (
              );\r
       //\r
       // When Start() succeeds to open ExtPassThru, it always tries to open PassThru BY_DRIVER.\r
-      // Its intent is to prevent another SCSI Bus Driver from woking on the same host handle.\r
+      // Its intent is to prevent another SCSI Bus Driver from working on the same host handle.\r
       // So Stop() needs to try to close PassThru if present here.\r
       //\r
       gBS->CloseProtocol (\r
@@ -1099,7 +1099,7 @@ ScsiExecuteSCSICommand (
 \r
   @param  This           Protocol instance pointer\r
   @param  Controller     Controller handle\r
-  @param  TargetId       Tartget to be scanned\r
+  @param  TargetId       Target to be scanned\r
   @param  Lun            The Lun of the SCSI device on the SCSI channel.\r
   @param  ScsiBusDev     The pointer of SCSI_BUS_DEVICE\r
 \r