diff options
author | Dandan Bi <dandan.bi@intel.com> | 2017-04-06 21:55:04 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2017-04-07 14:15:47 +0800 |
commit | 6877b9bd0428de299b3cdd790843d00843305e2c (patch) | |
tree | af9b69c69e49fe190989c1d07a933f2f3d3052bf /ShellPkg | |
parent | 68f1e1fce76b19c11f9aa553664f93c8006542ca (diff) | |
download | edk2-platforms-6877b9bd0428de299b3cdd790843d00843305e2c.tar.xz |
ShellPkg/SetVar: Fix typo in comments
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c index 7cbe0d93ee..8fb918d082 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c @@ -247,7 +247,7 @@ ParseParameterData ( /**
Function to get each data from parameters.
- @param[in] Pacakge The package of checked values.
+ @param[in] Package The package of checked values.
@param[out] Buffer A pointer to a buffer to hold the return data.
@param[out] BufferSize Indicates the size of data in bytes return in Buffer.
|