summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell
diff options
context:
space:
mode:
authorQiu Shumin <shumin.qiu@intel.com>2015-02-02 01:51:59 +0000
committershenshushi <shenshushi@Edk2>2015-02-02 01:51:59 +0000
commit3ab016b2a3e4755c2105fdca88a14962a5a0e7eb (patch)
tree11fdb273bc7a9059f5e34e801efb610bcf9a80b9 /ShellPkg/Application/Shell
parent7cc7022dfccadcae9e815d071916f96577e5df89 (diff)
downloadedk2-platforms-3ab016b2a3e4755c2105fdca88a14962a5a0e7eb.tar.xz
ShellPkg: Fix typos.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@intel.com> Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16683 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Application/Shell')
-rw-r--r--ShellPkg/Application/Shell/ShellParametersProtocol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.c b/ShellPkg/Application/Shell/ShellParametersProtocol.c
index d1a42dbd06..dede747bea 100644
--- a/ShellPkg/Application/Shell/ShellParametersProtocol.c
+++ b/ShellPkg/Application/Shell/ShellParametersProtocol.c
@@ -18,7 +18,7 @@
#include "Shell.h"
/**
- Return the next parameter's end from a command line string;
+ Return the next parameter's end from a command line string.
@param[in] String the string to parse
**/
@@ -61,7 +61,7 @@ FindEndOfParameter(
}
/**
- Return the next parameter from a command line string;
+ Return the next parameter from a command line string.
This function moves the next parameter from Walker into TempParameter and moves
Walker up past that parameter for recursive calling. When the final parameter