summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-16 20:32:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-16 20:32:23 +0000
commitc702dd809e2b27d90b4b3ddf021e57cc89fc16e5 (patch)
tree8ddd45ceadda3b30acb56ff423e72e1e70f609e5 /cpukit/libmisc/stackchk
parent2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c702dd809e2b27d90b4b3ddf021e57cc89fc16e5.tar.bz2
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/shellconfig.h, libmisc/stackchk/stackchk.h: Fix typos.
Diffstat (limited to 'cpukit/libmisc/stackchk')
-rw-r--r--cpukit/libmisc/stackchk/stackchk.h2
1 files changed, 1 insertions, 1 deletions
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,