From 201b2fc4bed967ea04dbda857cdb364363c12343 Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Tue, 14 Oct 2025 19:40:05 +0100 Subject: fix spelling mistakes in manual --- tco_go.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tco_go.3') diff --git a/tco_go.3 b/tco_go.3 index ae7d2e4..b0e0d73 100644 --- a/tco_go.3 +++ b/tco_go.3 @@ -21,10 +21,10 @@ The coroutine function pointer is required to not be inlined (the .B coroutine -macro is provided as a convienient way to use the +macro is provided as a convenient way to use the .BR gcc (1)/ clang (1) .B noinline -attribute, and to communicate the intented use of a function as a coroutine). +attribute, and to communicate the intended use of a function as a coroutine). When the scheduler switches back to a context that has called .BR tco_go (), it resumes execution from after that call. -- cgit v1.2.3