Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();