[rtems commit] appl-config: Add missing "the"

Sebastian Huber sebh at rtems.org
Fri Apr 30 05:56:55 UTC 2021


Module:    rtems
Branch:    master
Commit:    09063212d483a87e78fb180dddb4dc8d8a6f57ee
Changeset: http://git.rtems.org/rtems/commit/?id=09063212d483a87e78fb180dddb4dc8d8a6f57ee

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Apr 30 07:08:19 2021 +0200

appl-config: Add missing "the"

---

 cpukit/doxygen/appl-config.h | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index 5eb272e..bbeb438 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -4243,7 +4243,7 @@
 /**
  * @brief This configuration option is a boolean feature define.
  *
- * In case this configuration option is defined, then <a
+ * In case this configuration option is defined, then the <a
  * href=https://docs.rtems.org/branches/master/c-user/scheduling_concepts.html#constant-bandwidth-server-scheduling-cbs>Constant
  * Bandwidth Server Scheduling (CBS)</a> algorithm is made available to the
  * application.
@@ -4270,7 +4270,7 @@
 /**
  * @brief This configuration option is a boolean feature define.
  *
- * In case this configuration option is defined, then <a
+ * In case this configuration option is defined, then the <a
  * href=https://docs.rtems.org/branches/master/c-user/scheduling_concepts.html#earliest-deadline-first-scheduler>Earliest
  * Deadline First Scheduler</a> algorithm is made available to the application.
  *
@@ -4296,7 +4296,7 @@
 /**
  * @brief This configuration option is a boolean feature define.
  *
- * In case this configuration option is defined, then <a
+ * In case this configuration option is defined, then the <a
  * href=https://docs.rtems.org/branches/master/c-user/scheduling_concepts.html#earliest-deadline-first-smp-scheduler>Earliest
  * Deadline First SMP Scheduler</a> algorithm is made available to the
  * application.
@@ -4390,7 +4390,7 @@
 /**
  * @brief This configuration option is a boolean feature define.
  *
- * In case this configuration option is defined, then <a
+ * In case this configuration option is defined, then the <a
  * href=https://docs.rtems.org/branches/master/c-user/scheduling_concepts.html#deterministic-priority-scheduler>Deterministic
  * Priority Scheduler</a> algorithm is made available to the application.
  *
@@ -4422,7 +4422,7 @@
 /**
  * @brief This configuration option is a boolean feature define.
  *
- * In case this configuration option is defined, then <a
+ * In case this configuration option is defined, then the <a
  * href=https://docs.rtems.org/branches/master/c-user/scheduling_concepts.html#arbitrary-processor-affinity-priority-smp-scheduler>Arbitrary
  * Processor Affinity Priority SMP Scheduler</a> algorithm is made available to
  * the application.
@@ -4455,7 +4455,7 @@
 /**
  * @brief This configuration option is a boolean feature define.
  *
- * In case this configuration option is defined, then <a
+ * In case this configuration option is defined, then the <a
  * href=https://docs.rtems.org/branches/master/c-user/scheduling_concepts.html#deterministic-priority-smp-scheduler>Deterministic
  * Priority SMP Scheduler</a> algorithm is made available to the application.
  *
@@ -4487,7 +4487,7 @@
 /**
  * @brief This configuration option is a boolean feature define.
  *
- * In case this configuration option is defined, then <a
+ * In case this configuration option is defined, then the <a
  * href=https://docs.rtems.org/branches/master/c-user/scheduling_concepts.html#simple-priority-scheduler>Simple
  * Priority Scheduler</a> algorithm is made available to the application.
  *
@@ -4513,10 +4513,9 @@
 /**
  * @brief This configuration option is a boolean feature define.
  *
- * In case this configuration option is defined, then <a
+ * In case this configuration option is defined, then the <a
  * href=https://docs.rtems.org/branches/master/c-user/scheduling_concepts.html#simple-priority-smp-scheduler>Simple
  * Priority SMP Scheduler</a> algorithm is made available to the application.
- * application.
  *
  * @par Default Configuration
  * If this configuration option is undefined, then the described feature is not
@@ -4543,8 +4542,8 @@
 /**
  * @brief This configuration option is a boolean feature define.
  *
- * In case this configuration option is defined, then Strong APA algorithm is
- * made available to the application.
+ * In case this configuration option is defined, then the Strong APA algorithm
+ * is made available to the application.
  *
  * @par Default Configuration
  * If this configuration option is undefined, then the described feature is not



More information about the vc mailing list