summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-28 11:30:27 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-28 11:30:27 -0600
commitf3255a6f2243de82f7500641c16aa4360e29447a (patch)
tree572646e57899076100e980aa28986456914f1f6f /cpukit/rtems
parentHeader File Doxygen Enhancement Task #7 (diff)
downloadrtems-f3255a6f2243de82f7500641c16aa4360e29447a.tar.bz2
Header File Doxygen Enhancement Task #11
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/include/rtems.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/rtems/include/rtems.h b/cpukit/rtems/include/rtems.h
index 68c6a0b7b9..d989a02aac 100644
--- a/cpukit/rtems/include/rtems.h
+++ b/cpukit/rtems/include/rtems.h
@@ -3,7 +3,7 @@
*
* @ingroup ClassicRTEMS
*
- * @brief Provides the public interface to the RTEMS Classic API.
+ * @brief Provides the Public Interface to the RTEMS Classic API
*/
/* COPYRIGHT (c) 1989-2008.
@@ -158,7 +158,7 @@ const char *rtems_get_version_string(void);
* risk of blown stacks for most user applications. Using this constant when
* specifying the task stack size, indicates that the stack size will be at
* least RTEMS_MINIMUM_STACK_SIZE bytes in size. If the user configured minimum
- * stack size is larger than the recommended minimum, then it will be used.
+ * stack size is larger than the recommended minimum, then it will be used.
*/
#define RTEMS_MINIMUM_STACK_SIZE STACK_MINIMUM_SIZE
@@ -174,7 +174,7 @@ const char *rtems_get_version_string(void);
* minimum stack size value, you may get a stack size that is smaller or larger
* than the recommended minimum. This can be used to provide large stacks for
* all tasks on complex applications or small stacks on applications that are
- * trying to conserve memory.
+ * trying to conserve memory.
*/
#define RTEMS_CONFIGURED_MINIMUM_STACK_SIZE 0