aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/stderr_console.c
diff options
context:
space:
mode:
authorSimon Arlott <simon@fire.lp0.eu>2007-10-20 01:23:03 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 01:23:03 +0200
commitb60745b960dc8313400899fcda310ba51604ffb8 (patch)
tree7db1d5098f83990504f0a5b69f65df1ce863304e /arch/um/drivers/stderr_console.c
parentspelling fixes: arch/m68k/ (diff)
downloadlinux-dev-b60745b960dc8313400899fcda310ba51604ffb8.tar.xz
linux-dev-b60745b960dc8313400899fcda310ba51604ffb8.zip
spelling fixes: arch/um/
Spelling fixes in arch/um/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Acked-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/um/drivers/stderr_console.c')
-rw-r--r--arch/um/drivers/stderr_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/stderr_console.c b/arch/um/drivers/stderr_console.c
index 4739dd527b43..d07a97f8b994 100644
--- a/arch/um/drivers/stderr_console.c
+++ b/arch/um/drivers/stderr_console.c
@@ -8,7 +8,7 @@
/* trivial console driver -- simply dump everything to stderr */
/*
- * Don't register by default -- as this registeres very early in the
+ * Don't register by default -- as this registers very early in the
* boot process it becomes the default console.
*
* Initialized at init time.