]> git.karo-electronics.de Git - linux-beck.git/commitdiff
hrtimer: fix a typo in comment
authorNamhyung Kim <namhyung@gmail.com>
Wed, 22 Dec 2010 18:01:47 +0000 (19:01 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 22 Dec 2010 18:01:47 +0000 (19:01 +0100)
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/hrtimer.c

index 72206cf5c6cf854898d889a6a645e44febdd526f..66163dfe810b56ecd6c4b8e0bddbba4c9eb43212 100644 (file)
@@ -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();