mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
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
This commit is contained in:
parent
e54a10bbca
commit
69c569bf55
@ -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] String the string to parse
|
||||||
@param[in] CharacterList the list of character to look for
|
@param[in] CharacterList the list of character to look for
|
||||||
|
@ -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] String the string to parse
|
||||||
@param[in] CharacterList the list of character to look for
|
@param[in] CharacterList the list of character to look for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user