ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c
index 7cbe0d9..8fb918d 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c
@@ -245,11 +245,11 @@ 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.
@retval EFI_INVALID_PARAMETER Buffer or BufferSize is NULL.
@retval EFI_OUT_OF_RESOURCES A memory allcation failed.
--
1.9.5.msysgit.1
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Thanks/Ray > -----Original Message----- > From: Bi, Dandan > Sent: Friday, April 7, 2017 11:01 AM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu <ruiyu.ni@intel.com> > Subject: [patch] 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> > --- > ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c > b/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c > index 7cbe0d9..8fb918d 100644 > --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c > +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c > @@ -245,11 +245,11 @@ 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. > > @retval EFI_INVALID_PARAMETER Buffer or BufferSize is NULL. > @retval EFI_OUT_OF_RESOURCES A memory allcation failed. > -- > 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel
© 2016 - 2024 Red Hat, Inc.