summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-05-21 23:13:12 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:59:07 +0900
commit158eed6c273c66d6da52ff29ffd24c537a4f2cc2 (patch)
tree9d351d6139976613627224905ded757ffed1bd56 /tools
parent122051d70f004f10e487f86ccc9f621d1e812ddc (diff)
downloadlinux-3.10-158eed6c273c66d6da52ff29ffd24c537a4f2cc2.tar.gz
linux-3.10-158eed6c273c66d6da52ff29ffd24c537a4f2cc2.tar.bz2
linux-3.10-158eed6c273c66d6da52ff29ffd24c537a4f2cc2.zip
upstream: treewide: Fix typo in printk
Correct spelling typo in various part of drivers Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/testing/ktest/ktest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index 0d7fd8b5154..999eab1bc64 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -1796,7 +1796,7 @@ sub monitor {
# We already booted into the kernel we are testing,
# but now we booted into another kernel?
# Consider this a triple fault.
- doprint "Aleady booted in Linux kernel $version, but now\n";
+ doprint "Already booted in Linux kernel $version, but now\n";
doprint "we booted into Linux kernel $1.\n";
doprint "Assuming that this is a triple fault.\n";
doprint "To disable this: set DETECT_TRIPLE_FAULT to 0\n";