summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/stackchk
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 15:14:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 15:14:30 +0000
commitbaa876a409c4cd812139ef77ba908239a70dd250 (patch)
treed681911c2943a103c9fce92ad939969384dd3b46 /c/src/libmisc/stackchk
parentRemoved redundant implementation of tcgetattr and tcsetattr. (diff)
downloadrtems-baa876a409c4cd812139ef77ba908239a70dd250.tar.bz2
Cosmetic fix from Eric Norum:
This makes the headings line up above the columns a little better. Now that it's so easy to include/exclude the stack check code I find myself adding it to all my `debug' targets.
Diffstat (limited to 'c/src/libmisc/stackchk')
-rw-r--r--c/src/libmisc/stackchk/check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libmisc/stackchk/check.c b/c/src/libmisc/stackchk/check.c
index 175a9b8d6c..5bfb69bfb6 100644
--- a/c/src/libmisc/stackchk/check.c
+++ b/c/src/libmisc/stackchk/check.c
@@ -509,7 +509,7 @@ void Stack_check_Dump_usage( void )
printf("Stack usage by thread\n");
printf(
- " ID NAME LOW HIGH AVAILABLE USED\n"
+ " ID NAME LOW HIGH AVAILABLE USED\n"
);
for ( class_index = OBJECTS_CLASSES_FIRST ;