From 4c794c8721843322c250d658bd218ae4e12f88ec Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 Mar 2011 16:01:35 +0000 Subject: 2011-03-03 Joel Sherrill * sapi/include/confdefs.h: Typos. --- cpukit/ChangeLog | 4 ++++ cpukit/sapi/include/confdefs.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'cpukit') 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 + + * sapi/include/confdefs.h: Typos. + 2011-03-03 Chris Johns 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 #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( \ -- cgit v1.2.3