diff mbox series

[COMMITED] doc: c-test-tutorial-simple: Fix typo

Message ID 20230908123727.7822-1-chrubis@suse.cz
State Accepted
Headers show
Series [COMMITED] doc: c-test-tutorial-simple: Fix typo | expand

Commit Message

Cyril Hrubis Sept. 8, 2023, 12:37 p.m. UTC
File runtest/statx does not exists it should have been runtest/syscalls.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
 doc/c-test-tutorial-simple.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/c-test-tutorial-simple.txt b/doc/c-test-tutorial-simple.txt
index c691c1dd9..07a61f4ec 100644
--- a/doc/c-test-tutorial-simple.txt
+++ b/doc/c-test-tutorial-simple.txt
@@ -222,7 +222,7 @@  $ ./statx01
 This should build the test and then run it. However, even though the test is
 in the +syscalls+ directory it won't be automatically ran as part of the
 _syscalls_ test group (remember +./runltp -f syscalls+ from the +README.md+?). For
-this we need to add it to the +runtest+ file. So open +runtest/statx+ and add
+this we need to add it to the +runtest+ file. So open +runtest/syscalls+ and add
 the lines starting with a +++.
 
 [source,diff]