]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Unix/Host/BlockIo.c
EmulatorPkg/Unix: Fix various typos
[mirror_edk2.git] / EmulatorPkg / Unix / Host / BlockIo.c
index 07e39347e42bdb42a6dd710197d61eb583eeb4c0..18368060d59a688f56beccff277ecd555dd2ca6d 100644 (file)
@@ -398,7 +398,7 @@ EmuBlockIoReadBlocks (
 Done:\r
   if (Token != NULL) {\r
     if (Token->Event != NULL) {\r
-      // Caller is responcible for signaling EFI Event\r
+      // Caller is responsible for signaling EFI Event\r
       Token->TransactionStatus = Status;\r
       return EFI_SUCCESS;\r
     }\r
@@ -429,7 +429,7 @@ Done:
                                 the Event is NULL.\r
   @retval EFI_WRITE_PROTECTED   The device can not be written to.\r
   @retval EFI_NO_MEDIA          There is no media in the device.\r
-  @retval EFI_MEDIA_CHNAGED     The MediaId does not matched the current device.\r
+  @retval EFI_MEDIA_CHANGED     The MediaId does not match the current device.\r
   @retval EFI_DEVICE_ERROR      The device reported an error while performing the write.\r
   @retval EFI_BAD_BUFFER_SIZE   The Buffer was not a multiple of the block size of the device.\r
   @retval EFI_INVALID_PARAMETER The write request contains LBAs that are not valid,\r
@@ -477,7 +477,7 @@ EmuBlockIoWriteBlocks (
 Done:\r
   if (Token != NULL) {\r
     if (Token->Event != NULL) {\r
-      // Caller is responcible for signaling EFI Event\r
+      // Caller is responsible for signaling EFI Event\r
       Token->TransactionStatus = Status;\r
       return EFI_SUCCESS;\r
     }\r
@@ -500,7 +500,7 @@ Done:
   @retval EFI_SUCCESS          The flush request was queued if Event is not NULL.\r
                                All outstanding data was written correctly to the\r
                                device if the Event is NULL.\r
-  @retval EFI_DEVICE_ERROR     The device reported an error while writting back\r
+  @retval EFI_DEVICE_ERROR     The device reported an error while writing back\r
                                the data.\r
   @retval EFI_WRITE_PROTECTED  The device cannot be written to.\r
   @retval EFI_NO_MEDIA         There is no media in the device.\r
@@ -529,7 +529,7 @@ EmuBlockIoFlushBlocks (
 \r
   if (Token != NULL) {\r
     if (Token->Event != NULL) {\r
-      // Caller is responcible for signaling EFI Event\r
+      // Caller is responsible for signaling EFI Event\r
       Token->TransactionStatus = EFI_SUCCESS;\r
       return EFI_SUCCESS;\r
     }\r
@@ -544,7 +544,7 @@ EmuBlockIoFlushBlocks (
 \r
   @param[in]  This                 Indicates a pointer to the calling context.\r
   @param[in]  ExtendedVerification Indicates that the driver may perform a more\r
-                                   exhausive verfication operation of the device\r
+                                   exhaustive verification operation of the device\r
                                    during reset.\r
 \r
   @retval EFI_SUCCESS          The device was reset.\r