From: Namhyung Kim Date: Wed, 22 Dec 2010 18:01:47 +0000 (+0100) Subject: hrtimer: fix a typo in comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=43b210139a3cb09d49a18f0dc9bed3674c55f235;p=linux-beck.git hrtimer: fix a typo in comment Signed-off-by: Namhyung Kim Signed-off-by: Jiri Kosina --- diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 72206cf5c6cf..66163dfe810b 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -1774,7 +1774,7 @@ schedule_hrtimeout_range_clock(ktime_t *expires, unsigned long delta, } /* - * A NULL parameter means "inifinte" + * A NULL parameter means "infinite" */ if (!expires) { schedule();