2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>

* libmisc/shell/shellconfig.h, libmisc/stackchk/stackchk.h: Fix typos.
This commit is contained in:
Joel Sherrill
2008-07-16 20:32:23 +00:00
parent 9c325fb254
commit c702dd809e
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/shellconfig.h, libmisc/stackchk/stackchk.h: Fix typos.
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/shell.c, libmisc/shell/shell.h: New argument sequence * libmisc/shell/shell.c, libmisc/shell/shell.h: New argument sequence

View File

@@ -78,7 +78,7 @@ extern rtems_shell_alias_t rtems_shell_EXIT_Alias;
extern rtems_shell_alias_t *rtems_shell_Initial_aliases[]; 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_MSDOS;
extern rtems_shell_filesystems_t rtems_shell_Mount_TFTP; extern rtems_shell_filesystems_t rtems_shell_Mount_TFTP;

View File

@@ -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] context is the context to pass to the print handler
* @param[in] print is 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 rtems_stack_checker_report_usage_with_plugin(
void *context, void *context,