summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-15 17:44:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-15 17:45:29 +0200
commit28188d4652add6aa8374b4d691a9c8cd73909a6c (patch)
treec27382cd0fe7a5417d8e4cbbcc97a74e080644e3
parentc-user: Clarify task priorities (diff)
downloadrtems-docs-28188d4652add6aa8374b4d691a9c8cd73909a6c.tar.bz2
c-user: Fix use of lower and higher priority
-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 c48625b..9274cf3 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -676,9 +676,9 @@ Glossary
For the Classic :term:`API`, if a numerical priority value ``A`` is greater
than a numerical priority value ``B``, then ``A`` expresses a
- :term:`higher priority` than ``B``. If a numerical priority value ``C`` is
+ :term:`lower priority` than ``B``. If a numerical priority value ``C`` is
less than a numerical priority value ``D``, then ``C`` expresses a
- :term:`lower priority` than ``D``.
+ :term:`higher priority` than ``D``.
For the :term:`POSIX` API, if a numerical priority value ``R`` is less than
a numerical priority value ``S``, then ``R`` expresses a lower priority than