From: Vasya Pupkin Signed-off-by: Vasia Pupkin Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- 25-akpm/kernel/timer.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/timer.c~kernel-timerc-comment-typo kernel/timer.c --- 25/kernel/timer.c~kernel-timerc-comment-typo Thu Dec 9 13:46:44 2004 +++ 25-akpm/kernel/timer.c Thu Dec 9 13:46:44 2004 @@ -562,7 +562,7 @@ unsigned long tick_nsec = TICK_NSEC; /* /* * The current time * wall_to_monotonic is what we need to add to xtime (or xtime corrected - * for sub jiffie times) to get to monotonic time. Monotonic is pegged at zero + * for sub jiffie times) to get to monotonic time. Monotonic is pegged * at zero at system boot time, so wall_to_monotonic will be negative, * however, we will ALWAYS keep the tv_nsec part positive so we can use * the usual normalization. _