]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiServicesLib/PeiServicesLib.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / PeiServicesLib / PeiServicesLib.c
index e111a8e95d1aae7ff7ac3aab530ec35062548ad3..b47bc3ca4bb18cd6f17304b041af8c685db29ddf 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
@@ -60,8 +60,8 @@ PeiServicesInstallPpi (
 /**\r
   This service enables PEIMs to replace an entry in the PPI database with an alternate entry.\r
 \r
-  @param  OldPpi                Pointer to the old PEI PPI Descriptors.\r
-  @param  NewPpi                Pointer to the new PEI PPI Descriptors.\r
+  @param  OldPpi                The pointer to the old PEI PPI Descriptors.\r
+  @param  NewPpi                The pointer to the new PEI PPI Descriptors.\r
 \r
   @retval EFI_SUCCESS           The interface was successfully installed.\r
   @retval EFI_INVALID_PARAMETER The OldPpi or NewPpi is NULL.\r
@@ -255,7 +255,7 @@ PeiServicesFfsFindNextVolume (
   This service enables PEIMs to discover additional firmware files.\r
 \r
   @param  SearchType            A filter to find files only of this type.\r
-  @param  VolumeHandle          Pointer to the firmware volume header of the volume to search.\r
+  @param  VolumeHandle          The pointer to the firmware volume header of the volume to search.\r
                                 This parameter must point to a valid FFS volume.\r
   @param  FileHandle            Handle of the current file from which to begin searching.\r
 \r
@@ -334,7 +334,7 @@ PeiServicesInstallPeiMemory (
   PEIM.\r
 \r
   @param  MemoryType            Type of memory to allocate.\r
-  @param  Pages                 Number of pages to allocate.\r
+  @param  Pages                 The number of pages to allocate.\r
   @param  Memory                Pointer of memory allocated.\r
 \r
   @retval EFI_SUCCESS           The memory range was successfully allocated.\r
@@ -466,7 +466,7 @@ PeiServicesFfsGetFileInfo (
   @param VolumeHandle   The firmware volume to search FileHandle\r
                         Upon exit, points to the found file's\r
                         handle or NULL if it could not be found.\r
-  @param FileHandle     Pointer to found file handle \r
+  @param FileHandle     The pointer to found file handle \r
 \r
   @retval EFI_SUCCESS             File was found.\r
 \r