summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/Shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Application/Shell/Shell.c')
-rw-r--r--ShellPkg/Application/Shell/Shell.c2
1 files changed, 1 insertions, 1 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