From: Dandan Bi Date: Thu, 6 Apr 2017 13:55:04 +0000 (+0800) Subject: ShellPkg/SetVar: Fix typo in comments X-Git-Tag: edk2-stable201903~4193 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6877b9bd0428de299b3cdd790843d00843305e2c ShellPkg/SetVar: Fix typo in comments Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Ruiyu Ni --- 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.