summaryrefslogtreecommitdiff
path: root/ShellPkg
diff options
context:
space:
mode:
authorQiu Shumin <shumin.qiu@intel.com>2015-02-04 01:15:17 +0000
committershenshushi <shenshushi@Edk2>2015-02-04 01:15:17 +0000
commit69c569bf550c3071b4b5dccc52d9b78db2addc2e (patch)
tree5500822a239ff05a24ad056d7b378bc0b0fcd7be /ShellPkg
parente54a10bbcaa3e2ee3d8e3ee2e7763a59f0e4d216 (diff)
downloadedk2-platforms-69c569bf550c3071b4b5dccc52d9b78db2addc2e.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@16733 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Application/Shell/Shell.c2
-rw-r--r--ShellPkg/Application/Shell/Shell.h2
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