summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/shim/src/tasks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/shim/src/tasks.c b/zephyr/shim/src/tasks.c
index 83fc410648..196820ac3e 100644
--- a/zephyr/shim/src/tasks.c
+++ b/zephyr/shim/src/tasks.c
@@ -180,7 +180,7 @@ uint32_t task_wait_event(int timeout_us)
}
/* If we didn't get an event, we need to wait again. There is a very
- * small change of us reading the event_mask one signaled event too
+ * small chance of us reading the event_mask one signaled event too
* early. In that case, just wait again for the remaining timeout
*/
if (events == 0) {