From 336235c0a8554ccd3d276718ba5bacf811da3e49 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Wed, 27 Jan 2016 13:30:52 +0100 Subject: [PATCH] gem_ringfill: fix typo in test name Missing a r! Signed-off-by: Maarten Lankhorst --- tests/gem_ringfill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_ringfill.c b/tests/gem_ringfill.c index 407b7474..1108b6be 100644 --- a/tests/gem_ringfill.c +++ b/tests/gem_ringfill.c @@ -199,7 +199,7 @@ igt_main unsigned flags; } modes[] = { { "basic-", "", 0 }, - { "", "-interuptible", INTERRUPTIBLE }, + { "", "-interruptible", INTERRUPTIBLE }, { "", "-hang", HANG }, { "", "-child", CHILD }, { "", "-forked", FORKED },