diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-02 05:34:26 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-02 05:34:26 +0000 |
commit | 28d3e14ffb529238c70d86a529752d5d0e815e89 (patch) | |
tree | 669d5212703c628328fd00f2983f00046ce895f2 /MdePkg/Library/UefiRuntimeLib | |
parent | f98c4b825e8eed57859b9fbaa19380f26962ff2b (diff) | |
download | edk2-platforms-28d3e14ffb529238c70d86a529752d5d0e815e89.tar.xz |
Fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8008 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiRuntimeLib')
-rw-r--r-- | MdePkg/Library/UefiRuntimeLib/RuntimeService.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/UefiRuntimeLib/RuntimeService.c b/MdePkg/Library/UefiRuntimeLib/RuntimeService.c index 67b0237604..0502257768 100644 --- a/MdePkg/Library/UefiRuntimeLib/RuntimeService.c +++ b/MdePkg/Library/UefiRuntimeLib/RuntimeService.c @@ -33,7 +33,7 @@ Calling this interface with ResetType of EfiResetShutdown causes the system to enter a power state equivalent to the
ACPI G2/S5 or G3 states. If the system does not support this reset type, then when the system is rebooted, it should
exhibit the EfiResetCold attributes.
- The platform may optionally log the parmeters from any non-normal reset that occurs.
+ The platform may optionally log the parameters from any non-normal reset that occurs.
The ResetSystem() function does not return.
@param ResetType The type of reset to perform.
@@ -208,7 +208,7 @@ EfiSetWakeupTime ( @param VendorGuid Unify identifier for vendor.
@param Attributes Point to memory location to return the attributes of variable. If the point
is NULL, the parameter would be ignored.
- @param DataSize As input, point to the maxinum size of return Data-Buffer.
+ @param DataSize As input, point to the maximum size of return Data-Buffer.
As output, point to the actual size of the returned Data-Buffer.
@param Data Point to return Data-Buffer.
@@ -246,8 +246,8 @@ EfiGetVariable ( variable name data. When the entire variable list has been returned, the error EFI_NOT_FOUND
is returned.
- @param VariableNameSize As input, point to maxinum size of variable name.
- As output, point to actual size of varaible name.
+ @param VariableNameSize As input, point to maximum size of variable name.
+ As output, point to actual size of variable name.
@param VariableName As input, supplies the last VariableName that was returned by
GetNextVariableName().
As output, returns the name of variable. The name
|