]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiRuntimeLib/RuntimeLib.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeLib / RuntimeLib.c
index 1133a8808c5ce25855f4bc79da7285244f81d0a1..4ab1a90b338b65d4f76e0cae4cbbb9c8b7798c0d 100644 (file)
@@ -512,7 +512,7 @@ EfiSetVariable (
   32-bit value is nonvolatile and is increased by 1 whenever the system resets or whenever the low\r
   32-bit count (returned by GetNextMonoticCount()) overflows.\r
 \r
-  @param  HighCount Pointer to returned value.\r
+  @param  HighCount The pointer to returned value.\r
 \r
   @retval  EFI_SUCCESS           The next high monotonic count was returned.\r
   @retval  EFI_DEVICE_ERROR      The device is not functioning properly.\r
@@ -703,7 +703,7 @@ EfiSetVirtualAddressMap (
                                 CapsuleHeaderArray must be the same capsules as the\r
                                 ScatterGatherList. The CapsuleHeaderArray must\r
                                 have the capsules in the same order as the ScatterGatherList.\r
-  @param  CapsuleCount          Number of pointers to EFI_CAPSULE_HEADER in\r
+  @param  CapsuleCount          The number of pointers to EFI_CAPSULE_HEADER in\r
                                 CaspuleHeaderArray.\r
   @param  ScatterGatherList     Physical pointer to a set of\r
                                 EFI_CAPSULE_BLOCK_DESCRIPTOR that describes the\r
@@ -758,7 +758,7 @@ EfiUpdateCapsule (
   @param  CapsuleHeaderArray    Virtual pointer to an array of virtual pointers to the capsules\r
                                 being passed into update capsule. The capsules are assumed to\r
                                 stored in contiguous virtual memory.\r
-  @param  CapsuleCount          Number of pointers to EFI_CAPSULE_HEADER in\r
+  @param  CapsuleCount          The number of pointers to EFI_CAPSULE_HEADER in\r
                                 CaspuleHeaderArray.\r
   @param  MaximumCapsuleSize     On output the maximum size that UpdateCapsule() can\r
                                 support as an argument to UpdateCapsule() via\r