]> 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 b3e04a1ce2e849189d75c97197a053cc0dcd3f8f..4ab1a90b338b65d4f76e0cae4cbbb9c8b7798c0d 100644 (file)
@@ -6,8 +6,8 @@
   OS virtual address space. All pointer values are different for a virtual \r
   mapping than from the normal physical mapping at boot services time.\r
 \r
-Copyright (c) 2006 - 2010 Intel Corporation. <BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+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
@@ -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