gem_(tiled|linear)_blits: s/interrutible/interruptible/
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 4 Jul 2013 00:11:05 +0000 (01:11 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 4 Jul 2013 00:12:00 +0000 (01:12 +0100)
Spelling fix in "interruptible" subtest name.

tests/gem_linear_blits.c
tests/gem_tiled_blits.c

index 617bcef..321c727 100644 (file)
@@ -265,7 +265,7 @@ int main(int argc, char **argv)
        if (drmtest_run_subtest("normal"))
                run_test(fd, count);
 
-       if (drmtest_run_subtest("interrutible")) {
+       if (drmtest_run_subtest("interruptible")) {
                drmtest_fork_signal_helper();
                run_test(fd, count);
                drmtest_stop_signal_helper();
index a4a6f23..4a825d9 100644 (file)
@@ -218,7 +218,7 @@ int main(int argc, char **argv)
        if (drmtest_run_subtest("normal"))
                run_test(count);
 
-       if (drmtest_run_subtest("interrutible")) {
+       if (drmtest_run_subtest("interruptible")) {
                drmtest_fork_signal_helper();
                run_test(count);
                drmtest_stop_signal_helper();