aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/dbinput.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/dbinput.c')
-rw-r--r--sys/contrib/dev/acpica/dbinput.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/dbinput.c b/sys/contrib/dev/acpica/dbinput.c
index 208be5dd7a09..8edcbda1180c 100644
--- a/sys/contrib/dev/acpica/dbinput.c
+++ b/sys/contrib/dev/acpica/dbinput.c
@@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbinput - user front-end to the AML debugger
- * $Revision: 87 $
+ * $Revision: 88 $
*
******************************************************************************/
@@ -341,7 +341,7 @@ AcpiDbDisplayHelp (
return;
default:
- AcpiOsPrintf ("Unrecognized Command Class: %X\n", HelpType);
+ AcpiOsPrintf ("Unrecognized Command Class: %s\n", HelpType);
return;
}
}