[rtems-docs commit] c-user: Fix use of lower and higher priority

Sebastian Huber sebh at rtems.org
Wed Sep 15 15:43:45 UTC 2021


Module:    rtems-docs
Branch:    master
Commit:    28188d4652add6aa8374b4d691a9c8cd73909a6c
Changeset: http://git.rtems.org/rtems-docs/commit/?id=28188d4652add6aa8374b4d691a9c8cd73909a6c

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

c-user: Fix use of lower and higher priority

---

 c-user/glossary.rst | 4 ++--
 1 file 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



More information about the vc mailing list