]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / IoLibMmioBuffer.c
index bf11a9ce1484d548aa2880e6dc5605bcd9c73902..f4aebfa5f67354ccd8ba7ab432726e3803d0e7a4 100644 (file)
@@ -25,7 +25,7 @@
   If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().\r
 \r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied from.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
   @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
@@ -69,7 +69,7 @@ MmioReadBuffer8 (
   If Length is not aligned on a 16-bit boundary, then ASSERT().\r
   If Buffer is not aligned on a 16-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied from.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
   @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
@@ -120,7 +120,7 @@ MmioReadBuffer16 (
   If Length is not aligned on a 32-bit boundary, then ASSERT().\r
   If Buffer is not aligned on a 32-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied from.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
   @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
@@ -171,7 +171,7 @@ MmioReadBuffer32 (
   If Length is not aligned on a 64-bit boundary, then ASSERT().\r
   If Buffer is not aligned on a 64-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied from.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
   @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
@@ -219,7 +219,7 @@ MmioReadBuffer64 (
   If Length is greater than (MAX_ADDRESS -Buffer + 1), then ASSERT().\r
 \r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied to.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
   @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
@@ -265,7 +265,7 @@ MmioWriteBuffer8 (
 \r
   If Buffer is not aligned on a 16-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied to.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
   @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
@@ -319,7 +319,7 @@ MmioWriteBuffer16 (
 \r
   If Buffer is not aligned on a 32-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied to.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
   @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
@@ -372,7 +372,7 @@ MmioWriteBuffer32 (
 \r
   If Buffer is not aligned on a 64-bit boundary, then ASSERT().\r
 \r
-  @param  StartAddress    Starting address for the MMIO region to be copied to.\r
+  @param  StartAddress    The starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
   @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r