From 69c569bf550c3071b4b5dccc52d9b78db2addc2e Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Wed, 4 Feb 2015 01:15:17 +0000 Subject: [PATCH] ShellPkg: Fix typos. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16733 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/Shell/Shell.c | 2 +- ShellPkg/Application/Shell/Shell.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Application/Shell/Shell.c b/ShellPkg/Application/Shell/Shell.c index 49318b5228..ba071e58ed 100644 --- a/ShellPkg/Application/Shell/Shell.c +++ b/ShellPkg/Application/Shell/Shell.c @@ -2853,7 +2853,7 @@ RunScriptFile ( } /** - Return the pointer to the first occurance of any character from a list of characters + Return the pointer to the first occurance of any character from a list of characters. @param[in] String the string to parse @param[in] CharacterList the list of character to look for diff --git a/ShellPkg/Application/Shell/Shell.h b/ShellPkg/Application/Shell/Shell.h index 4fadab15e2..1f2fa8127a 100644 --- a/ShellPkg/Application/Shell/Shell.h +++ b/ShellPkg/Application/Shell/Shell.h @@ -343,7 +343,7 @@ RunScriptFile ( ); /** - Return the pointer to the first occurance of any character from a list of characters + Return the pointer to the first occurance of any character from a list of characters. @param[in] String the string to parse @param[in] CharacterList the list of character to look for -- 2.39.2