summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiden Gall <aiden@aidengall.xyz>2025-10-14 19:40:05 +0100
committerAiden Gall <aiden@aidengall.xyz>2025-10-14 19:40:05 +0100
commit201b2fc4bed967ea04dbda857cdb364363c12343 (patch)
treecfd03dc8a402819535d6bace0b3be969020cefa1
parent29711e1ec751c32417a0e0a4bd668e95809363c3 (diff)
fix spelling mistakes in manual
-rw-r--r--tco_go.34
1 files changed, 2 insertions, 2 deletions
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.