diff options
author | Bruce Cran <bruce@cran.org.uk> | 2015-07-08 01:54:46 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-07-08 01:54:46 +0000 |
commit | cceb4ebd0839a923739b1f4075f7ec1bf8591eeb (patch) | |
tree | 9efc02ef899f2a19da86bf3cde3f131f32464915 /ShellPkg/Library/UefiShellLib | |
parent | 8feb7452acedf5bbe0f6c3accac8562b7cc29b3d (diff) | |
download | edk2-platforms-cceb4ebd0839a923739b1f4075f7ec1bf8591eeb.tar.xz |
ShellPkg: Fix typo of 'determines' in ShellPkg.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bruce Cran <bruce@cran.org.uk>
Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17868 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellLib')
-rw-r--r-- | ShellPkg/Library/UefiShellLib/UefiShellLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellLib/UefiShellLib.c b/ShellPkg/Library/UefiShellLib/UefiShellLib.c index 0bf034f682..0c99e23650 100644 --- a/ShellPkg/Library/UefiShellLib/UefiShellLib.c +++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.c @@ -2521,7 +2521,7 @@ ShellCommandLineGetCount( }
/**
- Determins if a parameter is duplicated.
+ Determines if a parameter is duplicated.
If Param is not NULL then it will point to a callee allocated string buffer
with the parameter value if a duplicate is found.
|