summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/stackchk
diff options
context:
space:
mode:
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 ;