mirror of https://github.com/acidanthera/audk.git
Fix comment typo
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5107 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d1057d4ec5
commit
7dd8b919e8
|
@ -848,6 +848,7 @@ AsciiStriCmp (
|
||||||
|
|
||||||
@param FirstString Pointer to a Null-terminated ASCII string.
|
@param FirstString Pointer to a Null-terminated ASCII string.
|
||||||
@param SecondString 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 identical to SecondString.
|
||||||
@retval !=0 FirstString is not 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 Source Pointer to a Null-terminated ASCII string.
|
||||||
@param Destination Pointer to a Null-terminated Unicode string.
|
@param Destination Pointer to a Null-terminated Unicode string.
|
||||||
|
|
||||||
@reture Destination
|
@return Destination
|
||||||
|
|
||||||
**/
|
**/
|
||||||
CHAR16 *
|
CHAR16 *
|
||||||
|
|
Loading…
Reference in New Issue