diff options
| -rw-r--r-- | tests/test-runner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-runner.c b/tests/test-runner.c index 742b4f0..4aa6667 100644 --- a/tests/test-runner.c +++ b/tests/test-runner.c @@ -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); |
