gem_ringfill: fix typo in test name

Missing a r!

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
This commit is contained in:
Maarten Lankhorst 2016-01-27 13:30:52 +01:00
parent 5f6ebb2cb7
commit 336235c0a8

View File

@ -199,7 +199,7 @@ igt_main
unsigned flags;
} modes[] = {
{ "basic-", "", 0 },
{ "", "-interuptible", INTERRUPTIBLE },
{ "", "-interruptible", INTERRUPTIBLE },
{ "", "-hang", HANG },
{ "", "-child", CHILD },
{ "", "-forked", FORKED },