summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-11-05 13:26:48 (GMT)
committerJiri Kosina <jkosina@suse.cz>2014-11-20 13:56:11 (GMT)
commit6774def6422f6eac53f1828c317bf3b08a8f5a60 (patch)
tree18c39aa5062202e7efa5e3f4d119abf79e90515d /drivers/tty/serial/Kconfig
parentcbd2551628c50816b479e7689641f553f1aa688e (diff)
downloadlinux-6774def6422f6eac53f1828c317bf3b08a8f5a60.tar.xz
treewide: fix typo in printk and Kconfig
This patch fix spelling typo in printk and Kconfig within various part of kernel sources. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 649b784..f967d65 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -701,7 +701,7 @@ config PDC_CONSOLE
Saying Y here will enable the software based PDC console to be
used as the system console. This is useful for machines in
which the hardware based console has not been written yet. The
- following steps must be competed to use the PDC console:
+ following steps must be completed to use the PDC console:
1. create the device entry (mknod /dev/ttyB0 c 11 0)
2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0