aboutsummaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
authorAmit Arora <amit.arora@linaro.org>2010-11-16 11:28:57 +0530
committerAmit Arora <amit.arora@linaro.org>2010-11-16 11:28:57 +0530
commit04f977447f757695cc211811010e93c0c5633eb9 (patch)
tree386f2eb96af751fb465e529225572e32f920ca30 /display.c
parent3bc8c920b5fb4438ffff9d08b63979c82b84fbe9 (diff)
If unable to read clock tree, inform user
Diffstat (limited to 'display.c')
-rw-r--r--display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/display.c b/display.c
index 3dfa70f..22b605a 100644
--- a/display.c
+++ b/display.c
@@ -228,7 +228,7 @@ void print_clock_header(void)
print(clock_win, 54, 0, "Flags");
print(clock_win, 64, 0, "Rate");
print(clock_win, 72, 0, "Usecount");
- print(clock_win, 84, 0, "ChildCount");
+ print(clock_win, 84, 0, "Children");
wattroff(clock_win, A_BOLD);
wrefresh(clock_win);
}