Merge tag 'ktest-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[sfrench/cifs-2.6.git] / tools / testing / ktest / ktest.pl
index 49f7c8b9d9c4effe623e72663ba0a1b2fe33027b..0c8b61f8398edace8b4d7be42e50b8638679520d 100755 (executable)
@@ -720,14 +720,14 @@ sub set_value {
 
     if ($buildonly && $lvalue =~ /^TEST_TYPE(\[.*\])?$/ && $prvalue ne "build") {
        # Note if a test is something other than build, then we
-       # will need other manditory options.
+       # will need other mandatory options.
        if ($prvalue ne "install") {
            # for bisect, we need to check BISECT_TYPE
            if ($prvalue ne "bisect") {
                $buildonly = 0;
            }
        } else {
-           # install still limits some manditory options.
+           # install still limits some mandatory options.
            $buildonly = 2;
        }
     }
@@ -736,7 +736,7 @@ sub set_value {
        if ($prvalue ne "install") {
            $buildonly = 0;
        } else {
-           # install still limits some manditory options.
+           # install still limits some mandatory options.
            $buildonly = 2;
        }
     }
@@ -4035,7 +4035,7 @@ sub make_min_config {
                }
            }
 
-           # Save off all the current mandidory configs
+           # Save off all the current mandatory configs
            open (OUT, ">$temp_config")
                or die "Can't write to $temp_config";
            foreach my $config (keys %keep_configs) {