From ebcb44d35f08452fec04622827d9a7ae14e68ab0 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:21:55 +0000 Subject: [PATCH] automated cleanup date 2003.12.05.23.53.00; author rmoore1; state Exp; --- source/components/utilities/utobject.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/utilities/utobject.c b/source/components/utilities/utobject.c index cd8908cb2..8f7501952 100644 --- a/source/components/utilities/utobject.c +++ b/source/components/utilities/utobject.c @@ -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; }