summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.