diff options
author | Lv Zheng <lv.zheng@intel.com> | 2014-04-02 14:36:32 +0800 |
---|---|---|
committer | Lv Zheng <lv.zheng@intel.com> | 2014-04-02 14:36:32 +0800 |
commit | ed2557bd46f2997cdac612027e762579d1530e69 (patch) | |
tree | 3c6410734d26d10f807620ac19914f11c97770e7 /source | |
parent | 45da22f286855668e5345e76e21495a645eee302 (diff) | |
download | acpica-ed2557bd46f2997cdac612027e762579d1530e69.tar.gz |
Utilities: Fix a typo issue in AcpiUtValidInternalObject().
No functional changes. Lv Zheng.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Diffstat (limited to 'source')
-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 c32782b45..0fdef14e1 100644 --- a/source/components/utilities/utobject.c +++ b/source/components/utilities/utobject.c @@ -472,7 +472,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; } |