summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-30 15:02:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-30 15:03:25 +0200
commit06519a5b966d3f257d9e2885e1955dc5d511a7d4 (patch)
treed76d70b4a011485e11c3cbf818b06a52828e42cd /c-user
parentUpdate due to BSP source reorganization (diff)
downloadrtems-docs-06519a5b966d3f257d9e2885e1955dc5d511a7d4.tar.bz2
c-user: Fix typo
Diffstat (limited to 'c-user')
-rw-r--r--c-user/glossary.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index 949c982..950898b 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -91,8 +91,8 @@ Glossary
cluster
We have clustered scheduling in case the set of processors of a system is
partitioned into non-empty pairwise disjoint subsets. These subsets are
- calledclusters. Clusters with a cardinality of one are partitions. Each
- cluster is owned by exactly one scheduler instance.
+ called clusters. Clusters with a cardinality of one are partitions.
+ Each cluster is owned by exactly one scheduler instance.
coalesce
The process of merging adjacent holes into a single larger hole.