diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h index 81150af066..de93acbaa7 100644 --- a/cpukit/doxygen/appl-config.h +++ b/cpukit/doxygen/appl-config.h @@ -3312,7 +3312,8 @@ * @parblock * The following constraints apply to this configuration option: * - * * The value of the configuration option shall be greater than zero. + * * The value of the configuration option shall be greater than or equal to + * one. * * * The value of the configuration option shall be less than or equal to UINT32_MAX. @@ -3685,7 +3686,7 @@ * The following constraints apply to this configuration option: * * * The value of the configuration option shall be greater than or equal to - * one. + * zero. * * * The value of the configuration option shall be less than or equal to UINT32_MAX.