diff options
author | Jaben Carsey <Jaben.carsey@intel.com> | 2013-11-14 23:52:43 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-11-14 23:52:43 +0000 |
commit | d59fc24497fa50cf7dd2ee96bd7fca3fc18c0398 (patch) | |
tree | 2507b9c539784a1bf2d966eb5ad997ec9f879c5b /ShellPkg | |
parent | 2590861a5b2b453470f1f894c948ec1be514a428 (diff) | |
download | edk2-platforms-d59fc24497fa50cf7dd2ee96bd7fca3fc18c0398.tar.xz |
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
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiShellLib/UefiShellLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellLib/UefiShellLib.c b/ShellPkg/Library/UefiShellLib/UefiShellLib.c index 6b985ed64e..a0a7da87da 100644 --- a/ShellPkg/Library/UefiShellLib/UefiShellLib.c +++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.c @@ -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
|