]> 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 8971efea69e72546f491633ba694cca4a9a4fdc9..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 - 2009 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
@@ -47,11 +47,6 @@ RuntimeLibExitBootServicesEvent (
   IN VOID             *Context\r
   )\r
 {\r
-  //\r
-  // Clear out BootService globals\r
-  //\r
-  gBS             = NULL;\r
-\r
   mEfiAtRuntime = TRUE;\r
 }\r
 \r
@@ -517,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
@@ -708,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
@@ -763,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