mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
This contains only simple spelling fixes.
-----BEGIN PGP SIGNATURE----- iIoEABYIADIWIQRRSw7ePDh/lE+zeZMp5XQQmuv6qgUCXTi03RQccm9zdGVkdEBn b29kbWlzLm9yZwAKCRAp5XQQmuv6qsToAQDvxZbyr7MSuDIJdeUlvZ4+d3vf8XVw kUG5Kio6+m0rQwEA55lFhMfixGF2x7KnFnO2CXSu5GBVSdT0w+2vvZP+OAU= =59XY -----END PGP SIGNATURE----- Merge tag 'ktest-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest Pull ktest fixlets from Steven Rostedt: "This contains only simple spelling fixes" * tag 'ktest-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest: ktest: Fix some typos in config-bisect.pl
This commit is contained in:
commit
da3cc2e6f1
@ -663,7 +663,7 @@ while ($#ARGV >= 0) {
|
||||
}
|
||||
|
||||
else {
|
||||
die "Unknow option $opt\n";
|
||||
die "Unknown option $opt\n";
|
||||
}
|
||||
}
|
||||
|
||||
@ -732,7 +732,7 @@ if ($start) {
|
||||
}
|
||||
}
|
||||
run_command "cp $good_start $good" or die "failed to copy to $good\n";
|
||||
run_command "cp $bad_start $bad" or die "faield to copy to $bad\n";
|
||||
run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
|
||||
} else {
|
||||
if ( ! -f $good ) {
|
||||
die "Can not find file $good\n";
|
||||
|
Loading…
Reference in New Issue
Block a user