]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiRuntimeLib.h
Fix some typo.
[mirror_edk2.git] / MdePkg / Include / Library / UefiRuntimeLib.h
index 6c3783113957759dcfc72c58ca5429f6bc850011..1ea66945198dd4c24b31d6f638e6fe67359d4d52 100644 (file)
@@ -180,7 +180,7 @@ EfiSetWakeupTime (
   @param  VendorGuid   Unify identifier for vendor.\r
   @param  Attributes   Point to memory location to return the attributes of variable. If the point\r
                        is NULL, the parameter would be ignored.\r
-  @param  DataSize     As input, point to the maxinum size of return Data-Buffer.\r
+  @param  DataSize     As input, point to the maximum size of return Data-Buffer.\r
                        As output, point to the actual size of the returned Data-Buffer.\r
   @param  Data         Point to return Data-Buffer.\r
 \r
@@ -214,8 +214,8 @@ EfiGetVariable (
   variable name data. When the entire variable list has been returned, the error EFI_NOT_FOUND\r
   is returned.\r
 \r
-  @param  VariableNameSize As input, point to maxinum size of variable name.\r
-                           As output, point to actual size of varaible name.\r
+  @param  VariableNameSize As input, point to maximum size of variable name.\r
+                           As output, point to actual size of variable name.\r
   @param  VariableName     As input, supplies the last VariableName that was returned by\r
                            GetNextVariableName().\r
                            As output, returns the name of variable. The name\r
@@ -317,7 +317,7 @@ EfiGetNextHighMonotonicCount (
   Calling this interface with ResetType of EfiResetShutdown causes the system to enter a power state equivalent to the\r
   ACPI G2/S5 or G3 states. If the system does not support this reset type, then when the system is rebooted, it should\r
   exhibit the EfiResetCold attributes.\r
-  The platform may optionally log the parmeters from any non-normal reset that occurs.\r
+  The platform may optionally log the parameters from any non-normal reset that occurs.\r
   The ResetSystem() function does not return.\r
 \r
   @param  ResetType   The type of reset to perform.\r