]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePeCoffLib/Ipf/PeCoffLoaderEx.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / Ipf / PeCoffLoaderEx.c
index 27295a801992a6d5bc41e6468300d4343a650df2..96e122b69814947d432096e0779ade7e6fba7af6 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -66,9 +66,9 @@
 /**\r
   Performs an Itanium-based specific relocation fixup.\r
 \r
-  @param  Reloc       Pointer to the relocation record.\r
-  @param  Fixup       Pointer to the address to fix up.\r
-  @param  FixupData   Pointer to a buffer to log the fixups.\r
+  @param  Reloc       The pointer to the relocation record.\r
+  @param  Fixup       The pointer to the address to fix up.\r
+  @param  FixupData   The pointer to a buffer to log the fixups.\r
   @param  Adjust      The offset to adjust the fixup.\r
 \r
   @retval RETURN_SUCCESS Succeed to fix the relocation entry.\r
@@ -247,7 +247,7 @@ PeCoffLoaderImageFormatSupported (
 \r
   @param  Reloc             Ponter to baes of the input stream\r
   @param  Fixup             Offset to the start of the buffer\r
-  @param  FixupData         Number of bytes to copy into the buffer\r
+  @param  FixupData         The number of bytes to copy into the buffer\r
   @param  Adjust            Location to place results of read\r
 \r
   @retval RETURN_SUCCESS    Data is read from FileOffset from the Handle into\r