summaryrefslogtreecommitdiff
path: root/libcr/include
diff options
context:
space:
mode:
Diffstat (limited to 'libcr/include')
-rw-r--r--libcr/include/libcr/coroutine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcr/include/libcr/coroutine.h b/libcr/include/libcr/coroutine.h
index 368974f..d673fb6 100644
--- a/libcr/include/libcr/coroutine.h
+++ b/libcr/include/libcr/coroutine.h
@@ -95,9 +95,9 @@ cid_t coroutine_add(cr_fn_t fn, void *args);
/**
* The main scheduler loop.
*
- * "Should" never return, but will print a message to stderr and
- * return if there are no coroutines (there were no calls to
- * coroutine_add(), or all coroutines cr_exit()).
+ * "Should" never return, but will print a message and return if there
+ * are no coroutines (there were no calls to coroutine_add(), or all
+ * coroutines cr_exit()).
*/
void coroutine_main(void);