fix a comment

date	2000.10.25.00.35.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:03:27 +00:00
parent 1effdd3c56
commit 9e323788f4

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: cmclib - Local implementation of C library functions
* $Revision: 1.26 $
* $Revision: 1.27 $
*
*****************************************************************************/
@ -738,7 +738,7 @@ AcpiCmStrstr (
return (NULL);
}
/* Walk entire string, uppercasing the letters */
/* Walk entire string, comparing the letters */
for (String = String1; *String2; )
{