summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-15 17:42:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-15 17:42:27 +0200
commit4cd035ab1160394172d2669dd2ac22668b365991 (patch)
tree8d39a942b7b2083a87c9fa1144015d681422b65c
parentspecview.py: Improve no-validation filter (diff)
downloadrtems-central-4cd035ab1160394172d2669dd2ac22668b365991.tar.bz2
glossary: Swap lower and higher priority items
-rw-r--r--spec-glossary/glossary/priority-higher.yml6
-rw-r--r--spec-glossary/glossary/priority-lower.yml6
2 files changed, 6 insertions, 6 deletions
diff --git a/spec-glossary/glossary/priority-higher.yml b/spec-glossary/glossary/priority-higher.yml
index 53bc4fa1..dc42f793 100644
--- a/spec-glossary/glossary/priority-higher.yml
+++ b/spec-glossary/glossary/priority-higher.yml
@@ -6,8 +6,8 @@ glossary-type: term
links:
- role: glossary-member
uid: ../glossary-general
-term: lower priority
+term: higher priority
text: |
- A ${task:/term} ``L`` has a lower ${priority:/term} than a task ``H``, if
- task ``L`` is less important than task ``H``.
+ A ${task:/term} ``H`` has a higher ${priority:/term} than a task ``L``, if
+ task ``H`` is more important than task ``L``.
type: glossary
diff --git a/spec-glossary/glossary/priority-lower.yml b/spec-glossary/glossary/priority-lower.yml
index dc42f793..53bc4fa1 100644
--- a/spec-glossary/glossary/priority-lower.yml
+++ b/spec-glossary/glossary/priority-lower.yml
@@ -6,8 +6,8 @@ glossary-type: term
links:
- role: glossary-member
uid: ../glossary-general
-term: higher priority
+term: lower priority
text: |
- A ${task:/term} ``H`` has a higher ${priority:/term} than a task ``L``, if
- task ``H`` is more important than task ``L``.
+ A ${task:/term} ``L`` has a lower ${priority:/term} than a task ``H``, if
+ task ``L`` is less important than task ``H``.
type: glossary