From 28188d4652add6aa8374b4d691a9c8cd73909a6c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 15 Sep 2021 17:44:55 +0200 Subject: 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 -- cgit v1.2.3