summaryrefslogtreecommitdiffstats
path: root/cpukit/doxygen
diff options
context:
space:
mode:
authorZack leung <z.liang111@gmail.com>2024-03-14 12:53:50 -0500
committerJoel Sherrill <joel@rtems.org>2024-03-14 12:58:59 -0500
commit5ee87eee8a19acb5a5be16ed4f1a4fdd0da976c6 (patch)
treec31dfa7c686c12d807ab7b523c104cdf04c44242 /cpukit/doxygen
parentbsps/shared/xqspipsu: Read correct status bits (diff)
downloadrtems-5ee87eee8a19acb5a5be16ed4f1a4fdd0da976c6.tar.bz2
Ensure ticks per timeslice is greater than zero
Diffstat (limited to 'cpukit/doxygen')
-rw-r--r--cpukit/doxygen/appl-config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index bd7cde628f..77c89dabf3 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -3312,8 +3312,7 @@
* @parblock
* The following constraints apply to this configuration option:
*
- * * The value of the configuration option shall be greater than or equal to
- * zero.
+ * * The value of the configuration option shall be greater than zero.
*
* * The value of the configuration option shall be less than or equal to <a
* href="https://en.cppreference.com/w/c/types/integer">UINT32_MAX</a>.