summaryrefslogtreecommitdiffstats
path: root/c-user/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/glossary.rst')
-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