Browse Source

[PATCH] hrtimer comment tweak

Fix a comment which missed an update cycle somewhere.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Jonathan Corbet 19 years ago
parent
commit
8dca6f33f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/hrtimer.c

+ 1 - 1
kernel/hrtimer.c

@@ -272,7 +272,7 @@ void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags)
  * @interval:	the interval to forward
  * @interval:	the interval to forward
  *
  *
  * Forward the timer expiry so it will expire in the future.
  * Forward the timer expiry so it will expire in the future.
- * The number of overruns is added to the overrun field.
+ * Returns the number of overruns.
  */
  */
 unsigned long
 unsigned long
 hrtimer_forward(struct hrtimer *timer, ktime_t interval)
 hrtimer_forward(struct hrtimer *timer, ktime_t interval)