commit | 04f977447f757695cc211811010e93c0c5633eb9 | [log] [tgz] |
---|---|---|
author | Amit Arora <amit.arora@linaro.org> | Tue Nov 16 11:28:57 2010 +0530 |
committer | Amit Arora <amit.arora@linaro.org> | Tue Nov 16 11:28:57 2010 +0530 |
tree | 386f2eb96af751fb465e529225572e32f920ca30 | |
parent | 3bc8c920b5fb4438ffff9d08b63979c82b84fbe9 [diff] [blame] |
If unable to read clock tree, inform user
diff --git a/display.c b/display.c index 3dfa70f..22b605a 100644 --- a/display.c +++ b/display.c
@@ -228,7 +228,7 @@ 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); }