]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiRuntimeLib.h
Second set of changes based on a review of the code comments in the Include directory...
[mirror_edk2.git] / MdePkg / Include / Library / UefiRuntimeLib.h
index 1ea66945198dd4c24b31d6f638e6fe67359d4d52..02be8ea5e4b28c5d446fd29cafc21bd77ba703cd 100644 (file)
@@ -60,7 +60,7 @@ EfiGoneVirtual (
   information returned by GetTime() are the values that were last set via SetTime().\r
   The GetTime() function should take approximately the same amount of time to read the time each\r
   time it is called. All reported device capabilities are to be rounded up.\r
-  During runtime, if a PC-AT CMOS device is present in the platform the caller must synchronize\r
+  During runtime, if a PC-AT CMOS device is present in the platform, the caller must synchronize\r
   access to the device before calling GetTime().\r
 \r
   @param  Time         A pointer to storage to receive a snapshot of the current time.\r
@@ -87,7 +87,7 @@ EfiGetTime (
   to loop based on the current time. For example, if the device does not support a hardware reset\r
   for the sub-resolution time, the code is not to implement the feature by waiting for the time to\r
   wrap.\r
-  During runtime, if a PC-AT CMOS device is present in the platform the caller must synchronize\r
+  During runtime, if a PC-AT CMOS device is present in the platform, the caller must synchronize\r
   access to the device before calling SetTime().\r
 \r
   @param  Time  A pointer to the current time. Type EFI_TIME is defined in the GetTime()\r
@@ -169,7 +169,7 @@ EfiSetWakeupTime (
   This service is a wrapper for the UEFI Runtime Service GetVariable().\r
 \r
   Each vendor may create and manage its own variables without the risk of name conflicts by\r
-  using a unique VendorGuid. When a variable is set its Attributes are supplied to indicate\r
+  using a unique VendorGuid. When a variable is set, its Attributes are supplied to indicate\r
   how the data variable should be stored and maintained by the system. The attributes affect\r
   when the variable may be accessed and volatility of the data. Any attempts to access a variable\r
   that does not have the attribute set for runtime access will yield the EFI_NOT_FOUND error.\r
@@ -249,7 +249,7 @@ EfiGetNextVariableName (
   Variables are stored by the firmware and may maintain their values across power cycles. Each vendor\r
   may create and manage its own variables without the risk of name conflicts by using a unique VendorGuid.\r
 \r
-  @param  VariableName the name of the vendor's variable, it's a\r
+  @param  VariableName the name of the vendor's variable, as a\r
                        Null-Terminated Unicode String\r
   @param  VendorGuid   Unify identifier for vendor.\r
   @param  Attributes   Point to memory location to return the attributes of variable. If the point\r
@@ -443,7 +443,7 @@ EfiSetVirtualAddressMap (
   @param  ListHead           Head of linked list to convert.\r
 \r
   @retval  EFI_SUCCESS  Success to execute the function.\r
-  @retval  !EFI_SUCCESS Failed to e3xecute the function.\r
+  @retval  !EFI_SUCCESS Failed to execute the function.\r
 \r
 **/\r
 EFI_STATUS\r