gem_(tiled|linear)_blits: s/interrutible/interruptible/

Spelling fix in "interruptible" subtest name.
This commit is contained in:
Chris Wilson 2013-07-04 01:11:05 +01:00
parent db94faede5
commit 79b3029fe8
2 changed files with 2 additions and 2 deletions

View 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();

View 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();