From: Chris Wilson Date: Thu, 4 Jul 2013 00:11:05 +0000 (+0100) Subject: gem_(tiled|linear)_blits: s/interrutible/interruptible/ X-Git-Tag: intel-gpu-tools-1.4~328 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79b3029fe8c5c9d8d4428b639f458305887ceac3;p=profile%2Fextras%2Fintel-gpu-tools.git gem_(tiled|linear)_blits: s/interrutible/interruptible/ Spelling fix in "interruptible" subtest name. --- diff --git a/tests/gem_linear_blits.c b/tests/gem_linear_blits.c index 617bcef..321c727 100644 --- a/tests/gem_linear_blits.c +++ b/tests/gem_linear_blits.c @@ -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(); diff --git a/tests/gem_tiled_blits.c b/tests/gem_tiled_blits.c index a4a6f23..4a825d9 100644 --- a/tests/gem_tiled_blits.c +++ b/tests/gem_tiled_blits.c @@ -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();