From 79b3029fe8c5c9d8d4428b639f458305887ceac3 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 4 Jul 2013 01:11:05 +0100 Subject: [PATCH] gem_(tiled|linear)_blits: s/interrutible/interruptible/ Spelling fix in "interruptible" subtest name. --- tests/gem_linear_blits.c | 2 +- tests/gem_tiled_blits.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gem_linear_blits.c b/tests/gem_linear_blits.c index 617bcef2..321c7274 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 a4a6f237..4a825d91 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();