mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 09:24:08 +03:00
fix a comment
date 2000.10.25.00.35.00; author agrover; state Exp;
This commit is contained in:
parent
1effdd3c56
commit
9e323788f4
@ -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; )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user