summaryrefslogtreecommitdiff
path: root/tests/gem_linear_blits.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-07-04 01:11:05 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-07-04 01:12:00 +0100
commit79b3029fe8c5c9d8d4428b639f458305887ceac3 (patch)
tree7801d2e7fe69d6439cd93039ec417abeb3649c9f /tests/gem_linear_blits.c
parentdb94faede57be86e4f4dbefaf2c1ea24f44acae1 (diff)
gem_(tiled|linear)_blits: s/interrutible/interruptible/
Spelling fix in "interruptible" subtest name.
Diffstat (limited to 'tests/gem_linear_blits.c')
-rw-r--r--tests/gem_linear_blits.c2
1 files changed, 1 insertions, 1 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();