]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/CpuIo.h
Committing changes to the comments, after review with engineers.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / CpuIo.h
index f1855e2aa100e0c805d438c503197ebc00cad99e..52658806eaccea712bb76d89950a2334775c928a 100644 (file)
@@ -49,18 +49,18 @@ typedef enum {
 \r
 /**\r
   Enables a driver to access memory-mapped registers in the EFI system memory space.\r
-  Or, Enables a driver to access registers in the EFI CPU I/O space.\r
+  Or, enables a driver to access registers in the EFI CPU I/O space.\r
 \r
   @param[in]       This         A pointer to the EFI_CPU_IO_PROTOCOL instance.\r
   @param[in]       Width        Signifies the width of the I/O or Memory operation.\r
-  @param[in]       Address      The base address of the I/O or Memoryoperation.\r
+  @param[in]       Address      The base address of the I/O or Memory operation.\r
   @param[in]       Count        The number of I/O or Memory operations to perform.\r
                                 The number of bytes moved is Width size * Count, starting at Address.\r
   @param[in, out]  Buffer       For read operations, the destination buffer to store the results.\r
                                 For write operations, the source buffer from which to write data.\r
 \r
   @retval EFI_SUCCESS           The data was read from or written to the EFI system.\r
-  @retval EFI_INVALID_PARAMETER Width is invalid for this EFI system.Or Buffer is NULL.\r
+  @retval EFI_INVALID_PARAMETER Width is invalid for this EFI system. Or Buffer is NULL.\r
   @retval EFI_UNSUPPORTED       The Buffer is not aligned for the given Width.\r
                                 Or,The address range specified by Address, Width, and Count is not valid for this EFI system.\r
 \r
@@ -76,7 +76,7 @@ EFI_STATUS
   );\r
 \r
 ///\r
-/// Servies for read and write accesses.\r
+/// Service for read and write accesses.\r
 ///\r
 typedef struct {\r
   ///\r