diff options
author | Daniel Walker <dwalker@mvista.com> | 2007-02-28 20:12:07 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-01 14:53:36 -0800 |
commit | 9d6346311418d12e90cca9384e5fbbe2ffa18efb (patch) | |
tree | 643b648e058ddac34ce73d161082ed6c43ddf951 /kernel/timer.c | |
parent | 28936117af849b8c2fca664a41ea7651a0d99591 (diff) | |
download | linux-9d6346311418d12e90cca9384e5fbbe2ffa18efb.tar.gz linux-9d6346311418d12e90cca9384e5fbbe2ffa18efb.tar.bz2 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) { |