aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>2007-10-20 01:56:53 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 01:56:53 +0200
commit6506f2aa6670da9970ca13daccd466ad7ce2cd29 (patch)
treeabed3b46b557124167e69b0a2bdb58ecf758f789 /kernel
parentfix typo "sort" -> "short" (diff)
downloadlinux-dev-6506f2aa6670da9970ca13daccd466ad7ce2cd29.tar.xz
linux-dev-6506f2aa6670da9970ca13daccd466ad7ce2cd29.zip
fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_base
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/hrtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index dabfefb4ffdf..b6d2ff7e37ee 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -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)