diff options
| author | Aiden Gall <aiden@aidengall.xyz> | 2025-10-14 19:40:05 +0100 |
|---|---|---|
| committer | Aiden Gall <aiden@aidengall.xyz> | 2025-10-14 19:40:05 +0100 |
| commit | 201b2fc4bed967ea04dbda857cdb364363c12343 (patch) | |
| tree | cfd03dc8a402819535d6bace0b3be969020cefa1 | |
| parent | 29711e1ec751c32417a0e0a4bd668e95809363c3 (diff) | |
fix spelling mistakes in manual
| -rw-r--r-- | tco_go.3 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
