summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 16:01:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 16:01:35 +0000
commit4c794c8721843322c250d658bd218ae4e12f88ec (patch)
tree8ebcbcf6cb66b7316c9eff0b4daa1cdeda3e1750 /cpukit
parent2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-4c794c8721843322c250d658bd218ae4e12f88ec.tar.bz2
2011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Typos.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/sapi/include/confdefs.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5012401278..e0ce7eeeb6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * sapi/include/confdefs.h: Typos.
+
2011-03-03 Chris Johns <chrisj@rtems.org>
PR 1749/filesystem
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 2ac5ab0ee2..f7ce50ec76 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -580,14 +580,14 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
#endif
/*
- * Is the Priority Scheduler is selected, then configure for it.
+ * If the Priority Scheduler is selected, then configure for it.
*/
#if defined(CONFIGURE_SCHEDULER_PRIORITY)
#include <rtems/score/schedulerpriority.h>
#define SCHEDULER_ENTRY_POINTS SCHEDULER_PRIORITY_ENTRY_POINTS
/**
- * define the memory used by the priority scheduler
+ * This defines the memory used by the priority scheduler.
*/
#define CONFIGURE_MEMORY_FOR_SCHEDULER ( \
_Configure_From_workspace( \