[PATCH] hrtimers: hrtimer_clock_base description typo
authorAndres Salomon <[email protected]>
Tue, 6 Mar 2007 09:42:07 +0000 (01:42 -0800)
committerLinus Torvalds <[email protected]>
Tue, 6 Mar 2007 17:30:24 +0000 (09:30 -0800)
The description for the hrtimer_clock_base struct describes "hrtimer_base".
 That should be hrtimer_clock_base.

Signed-off-by: Andres Salomon <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/hrtimer.h

index b9f163ddacc38065f3c22ae60a9cb25e924aa274..5bdbc744e773096dbcbdd49d12a81afe90beaa90 100644 (file)
@@ -139,7 +139,7 @@ struct hrtimer_sleeper {
 };
 
 /**
- * struct hrtimer_base - the timer base for a specific clock
+ * struct hrtimer_clock_base - the timer base for a specific clock
  * @cpu_base:          per cpu clock base
  * @index:             clock type index for per_cpu support when moving a
  *                     timer to a base on another cpu.