tests: fix typo
authorEric Engestrom <eric@engestrom.ch>
Mon, 2 May 2016 08:49:37 +0000 (09:49 +0100)
committerBryce Harrington <bryce@osg.samsung.com>
Tue, 3 May 2016 00:46:35 +0000 (17:46 -0700)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Armin Krezović <krezovic.armin@gmail.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
tests/test-runner.c

index 742b4f0..4aa6667 100644 (file)
@@ -205,7 +205,7 @@ run_test(const struct test *t)
 
        t->run();
 
-       /* turn off timeout (if any) after test completition */
+       /* turn off timeout (if any) after test completion */
        if (timeouts_enabled)
                alarm(0);