Skip to content

Commit

Permalink
hrtimer: fix a typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Namhyung Kim <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
namhyung authored and Jiri Kosina committed Dec 22, 2010
1 parent 43d547f commit 43b2101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 43b2101

Please sign in to comment.