From 2a254b9046b5f33d0495a3e28deaff48cc64a76e Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 22 Apr 2008 05:16:14 +0000 Subject: Fix typo in comment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5108 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/String.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'MdePkg/Library/BaseLib/String.c') diff --git a/MdePkg/Library/BaseLib/String.c b/MdePkg/Library/BaseLib/String.c index 9fca968074..94471f3329 100644 --- a/MdePkg/Library/BaseLib/String.c +++ b/MdePkg/Library/BaseLib/String.c @@ -1019,7 +1019,7 @@ InternalAsciiIsHexaDecimalDigitCharacter ( @param Source Pointer to a Null-terminated Unicode string. @param Destination Pointer to a Null-terminated ASCII string. - @reture Destination + @return Destination **/ CHAR8 * @@ -1418,7 +1418,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 to compare. + @retval 0 FirstString is identical to SecondString. @retval !=0 FirstString is not identical to SecondString. @@ -1980,7 +1981,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 * -- cgit v1.2.3