summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-05-23 14:10:12 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-23 21:30:57 +0000
commitff3da4963cfdb384d9c080ec58e827928da6a7bb (patch)
treeec04c8f4f85847ee100f1ae5af615e64bffff60e
parentc3dca631faf0688a68c6cc14ff17334c74d67f1a (diff)
downloadchrome-ec-ff3da4963cfdb384d9c080ec58e827928da6a7bb.tar.gz
zephyr: shim: fix a typo
s/change/chance/ BRANCH=none BUG=none TEST=zmake testall Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: Ifca54fd09d7380d6e1c6a04c2cf7dffe3b751279 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3661583 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-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) {