diff options
Diffstat (limited to 'ShellPkg/Application/Shell')
-rw-r--r-- | ShellPkg/Application/Shell/Shell.c | 2 | ||||
-rw-r--r-- | 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
|