summaryrefslogtreecommitdiff
path: root/docs/core_runtime.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/core_runtime.md')
-rw-r--r--docs/core_runtime.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/core_runtime.md b/docs/core_runtime.md
index f2eb17f069..4a45136234 100644
--- a/docs/core_runtime.md
+++ b/docs/core_runtime.md
@@ -67,8 +67,8 @@ exceptions should ultimately lead to a reboot.
Each task has a *pending* events bitmap[1] implemented as a 32-bit word. Several
events are pre-defined for all tasks, the most significant bits on the 32-bit
bitmap are reserved for them : the timer pending event on bit 31
-([see the corresponding section](#time)), the requested task wake (bit 29),
-the event to kick the waiters on a mutex (bit 30), along with a few hardware
+([see the corresponding section](#time)), the requested task wake (bit 29), the
+event to kick the waiters on a mutex (bit 30), along with a few hardware
specific events. The 19 least significant bits are available for task-specific
meanings.