summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/String.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/String.c')
-rw-r--r--MdePkg/Library/BaseLib/String.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/String.c b/MdePkg/Library/BaseLib/String.c
index fb3211d77c..9f1ad6c482 100644
--- a/MdePkg/Library/BaseLib/String.c
+++ b/MdePkg/Library/BaseLib/String.c
@@ -603,7 +603,7 @@ InternalIsHexaDecimalDigitCharacter (
of the Unicode string specified by String as a decimal number. The format
of the input Unicode string String is:
- [spaces] [decimal digits].
+ [spaces] [decimal digits].
The valid decimal digit character is in the range [0-9]. The
function will ignore the pad space, which includes spaces or
@@ -685,7 +685,7 @@ StrDecimalToUintn (
of the Unicode string specified by String as a decimal number. The format
of the input Unicode string String is:
- [spaces] [decimal digits].
+ [spaces] [decimal digits].
The valid decimal digit character is in the range [0-9]. The
function will ignore the pad space, which includes spaces or