projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cc785e
)
tools: Fix typo in ktest.pl
author
Masanari Iida
<standby24x7@gmail.com>
Sat, 11 Feb 2012 12:46:56 +0000
(21:46 +0900)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 21 Feb 2012 10:40:35 +0000
(11:40 +0100)
Correct spelling "faied" to "failed" in
tools/testing/ktest/ktest.pl
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
tools/testing/ktest/ktest.pl
patch
|
blob
|
history
diff --git
a/tools/testing/ktest/ktest.pl
b/tools/testing/ktest/ktest.pl
index
62a134d
..
00c75c4
100755
(executable)
--- a/
tools/testing/ktest/ktest.pl
+++ b/
tools/testing/ktest/ktest.pl
@@
-2601,7
+2601,7
@@
sub config_bisect {
# read directly what we want to check
my %config_check;
open (IN, $output_config)
- or dodie "faied to open $output_config";
+ or dodie "fai
l
ed to open $output_config";
while (<IN>) {
if (/^((CONFIG\S*)=.*)/) {