]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/XenPvBlkDxe/BlockIo.c
OvmfPkg/Xen: Fix various typos
[mirror_edk2.git] / OvmfPkg / XenPvBlkDxe / BlockIo.c
index 52cf6fc11708b8489e048cadb03af12cee0064e0..b3a527e4e3037dbb0ae75b747955ddac8af566fc 100644 (file)
@@ -52,7 +52,7 @@ EFI_BLOCK_IO_PROTOCOL  gXenPvBlkDxeBlockIo = {
 /**\r
   Read/Write BufferSize bytes from Lba into Buffer.\r
 \r
-  This function is commun to XenPvBlkDxeBlockIoReadBlocks and\r
+  This function is common to XenPvBlkDxeBlockIoReadBlocks and\r
   XenPvBlkDxeBlockIoWriteBlocks.\r
 \r
   @param  This       Indicates a pointer to the calling context.\r
@@ -172,7 +172,7 @@ XenPvBlkDxeBlockIoReadWriteBlocks (
   @retval EFI_SUCCESS           The data was read correctly from the device.\r
   @retval EFI_DEVICE_ERROR      The device reported an error while performing the read.\r
   @retval EFI_NO_MEDIA          There is no media in the device.\r
-  @retval EFI_MEDIA_CHANGED     The MediaId does not matched the current device.\r
+  @retval EFI_MEDIA_CHANGED     The MediaId does not match the current device.\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 read request contains LBAs that are not valid,\r
                                 or the buffer is not on proper alignment.\r
@@ -206,7 +206,7 @@ XenPvBlkDxeBlockIoReadBlocks (
   @retval EFI_WRITE_PROTECTED   The device can not be written to.\r
   @retval EFI_DEVICE_ERROR      The device reported an error while performing the write.\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_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
                                 or the buffer is not on proper alignment.\r
@@ -232,7 +232,7 @@ XenPvBlkDxeBlockIoWriteBlocks (
   @param  This              Indicates a pointer to the calling context.\r
 \r
   @retval EFI_SUCCESS       All outstanding data was written to the device\r
-  @retval EFI_DEVICE_ERROR  The device reported an error while writting back the data\r
+  @retval EFI_DEVICE_ERROR  The device reported an error while writing back the data\r
   @retval EFI_NO_MEDIA      There is no media in the device.\r
 \r
 **/\r