diff options
author | Daniel Walker <dwalker@mvista.com> | 2007-03-01 05:12:07 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-01 23:53:36 +0100 |
commit | 9d6346311418d12e90cca9384e5fbbe2ffa18efb (patch) | |
tree | 643b648e058ddac34ce73d161082ed6c43ddf951 /kernel/timer.c | |
parent | [PATCH] FRV: Add some missng lazy MMU hooks for NOMMU mode (diff) | |
download | linux-9d6346311418d12e90cca9384e5fbbe2ffa18efb.tar.xz linux-9d6346311418d12e90cca9384e5fbbe2ffa18efb.zip |
[PATCH] update timekeeping_is_continuous comment
Signed-off-by: Daniel Walker <dwalker@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/timer.c')
-rw-r--r-- | kernel/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/timer.c b/kernel/timer.c index cb1b86a9c52f..d033313bf53c 100644 --- a/kernel/timer.c +++ b/kernel/timer.c @@ -908,7 +908,7 @@ static inline void change_clocksource(void) { } #endif /** - * timeofday_is_continuous - check to see if timekeeping is free running + * timekeeping_is_continuous - check to see if timekeeping is free running */ int timekeeping_is_continuous(void) { |