automated cleanup

date	2003.12.05.23.53.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:21:55 +00:00
parent 0162b7fdac
commit ebcb44d35f

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utobject - ACPI object create/delete/size/cache routines
* $Revision: 1.84 $
* $Revision: 1.85 $
*
*****************************************************************************/
@ -307,7 +307,7 @@ AcpiUtValidInternalObject (
default:
ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
"%p is not not an ACPI operand obj [%s]\n",
"%p is not not an ACPI operand obj [%s]\n",
Object, AcpiUtGetDescriptorName (Object)));
break;
}