Przeglądaj źródła

hrtimer: fix a typo in comment

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Namhyung Kim 14 lat temu
rodzic
commit
43b210139a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      kernel/hrtimer.c

+ 1 - 1
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();