diff options
author | jkim <jkim@FreeBSD.org> | 2014-04-25 16:53:42 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-04-25 16:53:42 +0000 |
commit | 34dc9d28dcb64ffb397ae86712fcea0cce546203 (patch) | |
tree | 643f58d38011b3076bfc6a234d83f22c69487b8c /source/components/utilities/utobject.c | |
parent | 36570d433866fe6dd6cfd1efeaa154ed7ade2121 (diff) | |
download | FreeBSD-src-34dc9d28dcb64ffb397ae86712fcea0cce546203.zip FreeBSD-src-34dc9d28dcb64ffb397ae86712fcea0cce546203.tar.gz |
Import ACPICA 20140424.
Diffstat (limited to 'source/components/utilities/utobject.c')
-rw-r--r-- | source/components/utilities/utobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/utilities/utobject.c b/source/components/utilities/utobject.c index 7990ef1..263ba59 100644 --- a/source/components/utilities/utobject.c +++ b/source/components/utilities/utobject.c @@ -400,7 +400,7 @@ AcpiUtValidInternalObject ( default: ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, - "%p is not not an ACPI operand obj [%s]\n", + "%p is not an ACPI operand obj [%s]\n", Object, AcpiUtGetDescriptorName (Object))); break; } |