mirror of https://github.com/acidanthera/audk.git
ShellPkg: clarify space limitation in comment.
Signed-off-by: Jaben Carsey <Jaben.carsey@intel.com> Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14845 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2590861a5b
commit
d59fc24497
|
@ -3058,7 +3058,7 @@ ShellIsFileInPath(
|
|||
|
||||
/**
|
||||
Function to determine whether a string is decimal or hex representation of a number
|
||||
and return the number converted from the string.
|
||||
and return the number converted from the string. Spaces are always skipped.
|
||||
|
||||
@param[in] String String representation of a number
|
||||
|
||||
|
|
Loading…
Reference in New Issue