[rtems-central commit] glossary: Swap lower and higher priority items

Sebastian Huber sebh at rtems.org
Wed Sep 15 15:40:51 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    4cd035ab1160394172d2669dd2ac22668b365991
Changeset: http://git.rtems.org/rtems-central/commit/?id=4cd035ab1160394172d2669dd2ac22668b365991

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Sep 15 17:42:09 2021 +0200

glossary: Swap lower and higher priority items

---

 spec-glossary/glossary/priority-higher.yml | 6 +++---
 spec-glossary/glossary/priority-lower.yml  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/spec-glossary/glossary/priority-higher.yml b/spec-glossary/glossary/priority-higher.yml
index 53bc4fa..dc42f79 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 dc42f79..53bc4fa 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



More information about the vc mailing list