[LTP] [PATCH v1] c-test-api.txt: fix typo

Wei Gao wegao@suse.com
Sun Sep 3 03:44:22 CEST 2023


Signed-off-by: Wei Gao <wegao@suse.com>
---
 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 f692909e2..26d473dab 100644
--- a/doc/c-test-api.txt
+++ b/doc/c-test-api.txt
@@ -712,7 +712,7 @@ int main(void)
 The 'tst_res()' function can be also used from binaries started by 'exec()',
 the parent test process has to set the '.child_needs_reinit' flag so that the
 library prepares for it and has to make sure the 'LTP_IPC_PATH' environment
-variable is passed down, then the very fist thing the program has to call in
+variable is passed down, then the very first thing the program has to call in
 'main()' is 'tst_reinit()' that sets up the IPC.
 
 1.9 Fork() and Parent-child synchronization
-- 
2.35.3



More information about the ltp mailing list