summaryrefslogtreecommitdiffstats
path: root/c-user/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/glossary.rst')
-rw-r--r--c-user/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index 9c4df99..3cb0ed9 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -171,7 +171,7 @@ Glossary
:dfn:`executing task`
The task state entered by a task after it has been given control of the
- processor. On SMP configurations a task may be registered as executing on
+ processor. In SMP configurations, a task may be registered as executing on
more than one processor for short time frames during task migration.
Blocked tasks can be executing until they issue a thread dispatch.