diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9396163ad6..1037b501f3 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2008-07-16 Joel Sherrill + + * libmisc/shell/shellconfig.h, libmisc/stackchk/stackchk.h: Fix typos. + 2008-07-16 Joel Sherrill * libmisc/shell/shell.c, libmisc/shell/shell.h: New argument sequence diff --git a/cpukit/libmisc/shell/shellconfig.h b/cpukit/libmisc/shell/shellconfig.h index 3cde53ffc4..85b4f03960 100644 --- a/cpukit/libmisc/shell/shellconfig.h +++ b/cpukit/libmisc/shell/shellconfig.h @@ -78,7 +78,7 @@ extern rtems_shell_alias_t rtems_shell_EXIT_Alias; extern rtems_shell_alias_t *rtems_shell_Initial_aliases[]; /* - * Extern for alias commands + * Externs for mount command helpers */ extern rtems_shell_filesystems_t rtems_shell_Mount_MSDOS; extern rtems_shell_filesystems_t rtems_shell_Mount_TFTP; diff --git a/cpukit/libmisc/stackchk/stackchk.h b/cpukit/libmisc/stackchk/stackchk.h index b0dd69930a..ba6f8144c2 100644 --- a/cpukit/libmisc/stackchk/stackchk.h +++ b/cpukit/libmisc/stackchk/stackchk.h @@ -52,7 +52,7 @@ void rtems_stack_checker_report_usage( void ); * @param[in] context is the context to pass to the print handler * @param[in] print is the print handler * - * @note It uses the CALLER's routine to print the report. + * @note It uses the caller's routine to print the report. */ void rtems_stack_checker_report_usage_with_plugin( void *context,