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
This commit is contained in:
Qiu Shumin
2015-02-02 01:51:59 +00:00
committed by shenshushi
parent 7cc7022dfc
commit 3ab016b2a3
2 changed files with 4 additions and 4 deletions

View File

@ -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