summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/utclib.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/utclib.c')
-rw-r--r--sys/contrib/dev/acpica/utclib.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/contrib/dev/acpica/utclib.c b/sys/contrib/dev/acpica/utclib.c
index 24e7466..a35915d 100644
--- a/sys/contrib/dev/acpica/utclib.c
+++ b/sys/contrib/dev/acpica/utclib.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: cmclib - Local implementation of C library functions
- * $Revision: 26 $
+ * $Revision: 28 $
*
*****************************************************************************/
@@ -134,10 +134,6 @@
MODULE_NAME ("cmclib")
-#ifdef _MSC_VER /* disable some level-4 warnings for VC++ */
-#pragma warning(disable:4706) /* warning C4706: assignment within conditional expression */
-#endif
-
#ifndef ACPI_USE_SYSTEM_CLIBRARY
/*******************************************************************************
@@ -738,7 +734,7 @@ AcpiCmStrstr (
return (NULL);
}
- /* Walk entire string, uppercasing the letters */
+ /* Walk entire string, comparing the letters */
for (String = String1; *String2; )
{
OpenPOWER on IntegriCloud