aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorVasia Pupkin <ptushnik@gmail.com>2005-01-07 22:28:57 -0800
committerLinus Torvalds <torvalds@evo.osdl.org>2005-01-07 22:28:57 -0800
commit49020feb3007c04243ed8212eae5cbf2a423b87d (patch)
tree257c47c933c758c2f1bb0f508224b16894377f84 /kernel
parent0b7d79ffb397eb845e5f8de93396d65dbd0e8abd (diff)
downloadhistory-49020feb3007c04243ed8212eae5cbf2a423b87d.tar.gz
[PATCH] Fix kernel/timer.c comment typo
Signed-off-by: Vasia Pupkin <ptushnik@gmail.com> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/timer.c b/kernel/timer.c
index f7b14cf928f785..ec35a6e801a8e5 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -561,7 +561,7 @@ unsigned long tick_nsec = TICK_NSEC; /* ACTHZ period (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.