Commit 43b21013 authored by Namhyung Kim's avatar Namhyung Kim Committed by Jiri Kosina

hrtimer: fix a typo in comment

Signed-off-by: default avatarNamhyung Kim <namhyung@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 43d547f9
...@@ -1774,7 +1774,7 @@ schedule_hrtimeout_range_clock(ktime_t *expires, unsigned long delta, ...@@ -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) { if (!expires) {
schedule(); schedule();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment