aboutsummaryrefslogtreecommitdiffstats
path: root/src/chevents.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chevents.c')
-rw-r--r--src/chevents.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/chevents.c b/src/chevents.c
index f8d7d971f..f301fd106 100644
--- a/src/chevents.c
+++ b/src/chevents.c
@@ -161,9 +161,7 @@ static void wakeup(void *p) {
* identifier. The array can be NULL or contain NULL elements
* (no callback specified).
* @param time the number of ticks before the operation timouts
- * @return the event identifier or \p RDY_TIMEOUT the specified time expired or
- * if the timeout was set to zero and no serviceable pending events
- * were present
+ * @return the event identifier or \p RDY_TIMEOUT if the specified time expired
* @note Only a single event is served in the function, the one with the
* lowest event id. The function is meant to be invoked into a loop so
* that all events are received and served.<br>