summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coro.h b/coro.h
index 2f2ca93..15426dd 100644
--- a/coro.h
+++ b/coro.h
@@ -102,7 +102,7 @@ typedef void (*coro_func)(void *);
/*
* A coroutine state is saved in the following structure. Treat it as a
* opaque type. errno and sigmask might be saved, but don't rely on it,
- * implement your own switching primitive.
+ * implement your own switching primitive if you need it.
*/
typedef struct coro_context coro_context;