hrtimer: fix a typo in comment
Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
43d547f9ce
commit
43b210139a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue