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

tools: Fix typo in ktest.pl

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>

authored by

Masanari Iida and committed by
Jiri Kosina
f9dee311 0cc785ec

+1 -1
+1 -1
tools/testing/ktest/ktest.pl
··· 2601 2601 # read directly what we want to check 2602 2602 my %config_check; 2603 2603 open (IN, $output_config) 2604 - or dodie "faied to open $output_config"; 2604 + or dodie "failed to open $output_config"; 2605 2605 2606 2606 while (<IN>) { 2607 2607 if (/^((CONFIG\S*)=.*)/) {