2011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com>

* sapi/include/confdefs.h: Typos.
This commit is contained in:
Joel Sherrill
2011-03-03 16:01:35 +00:00
parent f787428f33
commit 4c794c8721
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -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
+2 -2
View File
@@ -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( \