Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ktest: Fix some typos in config-bisect.pl

This patch fixes some spelling typos in config-bisect.pl

Link: http://lkml.kernel.org/r/20190723032445.14220-1-standby24x7@gmail.com

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

authored by

Masanari Iida and committed by
Steven Rostedt (VMware)
aecea57f 5f9e832c

+2 -2
+2 -2
tools/testing/ktest/config-bisect.pl
··· 663 663 } 664 664 665 665 else { 666 - die "Unknow option $opt\n"; 666 + die "Unknown option $opt\n"; 667 667 } 668 668 } 669 669 ··· 732 732 } 733 733 } 734 734 run_command "cp $good_start $good" or die "failed to copy to $good\n"; 735 - run_command "cp $bad_start $bad" or die "faield to copy to $bad\n"; 735 + run_command "cp $bad_start $bad" or die "failed to copy to $bad\n"; 736 736 } else { 737 737 if ( ! -f $good ) { 738 738 die "Can not find file $good\n";