[ARM] Fix typo in arch/arm/Kconfig.debug
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Fri, 9 Sep 2005 14:57:17 +0000 (15:57 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 9 Sep 2005 14:57:17 +0000 (15:57 +0100)
It's called printch, not printchar

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig.debug

index 45a5709..5d3acff 100644 (file)
@@ -53,7 +53,7 @@ config DEBUG_LL
        bool "Kernel low-level debugging functions"
        depends on DEBUG_KERNEL
        help
-         Say Y here to include definitions of printascii, printchar, printhex
+         Say Y here to include definitions of printascii, printch, printhex
          in the kernel.  This is helpful if you are debugging code that
          executes before the console is initialized.