fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_base
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Fri, 19 Oct 2007 23:56:53 +0000 (01:56 +0200)
committerAdrian Bunk <bunk@kernel.org>
Fri, 19 Oct 2007 23:56:53 +0000 (01:56 +0200)
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
kernel/hrtimer.c

index dabfefb..b6d2ff7 100644 (file)
@@ -638,7 +638,7 @@ void __timer_stats_hrtimer_set_start_info(struct hrtimer *timer, void *addr)
 #endif
 
 /*
- * Counterpart to lock_timer_base above:
+ * Counterpart to lock_hrtimer_base above:
  */
 static inline
 void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags)