summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-22 03:03:02 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-22 03:03:02 +0000
commit7dd8b919e8c7b8b63df22e13782af3b7e085f87f (patch)
tree15a2cd065e2fdedb4038c33fe3387075230bb379 /MdePkg
parentd1057d4ec5d3a48c800d041c44ed07a2dbe9d936 (diff)
downloadedk2-platforms-7dd8b919e8c7b8b63df22e13782af3b7e085f87f.tar.xz
Fix comment typo
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5107 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/BaseLib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h
index 7c7dc8a40b..d7c96a1a62 100644
--- a/MdePkg/Include/Library/BaseLib.h
+++ b/MdePkg/Include/Library/BaseLib.h
@@ -848,7 +848,8 @@ AsciiStriCmp (
@param FirstString Pointer to a Null-terminated ASCII string.
@param SecondString Pointer to a Null-terminated ASCII string.
-
+ @param Length Maximum number of ASCII characters for compare.
+
@retval 0 FirstString is identical to SecondString.
@retval !=0 FirstString is not identical to SecondString.
@@ -1151,7 +1152,7 @@ AsciiStrHexToUint64 (
@param Source Pointer to a Null-terminated ASCII string.
@param Destination Pointer to a Null-terminated Unicode string.
- @reture Destination
+ @return Destination
**/
CHAR16 *