[LTP] [PATCH 3/3] doc: Fix typo in max_runtime docs
Martin Doucha
mdoucha@suse.cz
Fri May 5 16:56:26 CEST 2023
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
doc/c-test-api.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/c-test-api.txt b/doc/c-test-api.txt
index bd9ec72b9..dcb6e1ba8 100644
--- a/doc/c-test-api.txt
+++ b/doc/c-test-api.txt
@@ -102,7 +102,7 @@ that should cover the duration of test setup and cleanup plus some safety.
Any test that runs for more than a second or two has to make sure to:
- set the runtime either by setting the '.max_runtime' in tst_test or by
- calling 'tst_set_runtime()' in the test setup
+ calling 'tst_set_max_runtime()' in the test setup
- monitor remaning runtime by regular calls to 'tst_remaining_runtime()' and
exit when runtime has been used up
--
2.40.0
More information about the ltp
mailing list