projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d547f
)
hrtimer: fix a typo in comment
author
Namhyung Kim
<namhyung@gmail.com>
Wed, 22 Dec 2010 18:01:47 +0000
(19:01 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Wed, 22 Dec 2010 18:01:47 +0000
(19:01 +0100)
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/hrtimer.c
patch
|
blob
|
history
diff --git
a/kernel/hrtimer.c
b/kernel/hrtimer.c
index
72206cf
..
66163df
100644
(file)
--- a/
kernel/hrtimer.c
+++ b/
kernel/hrtimer.c
@@
-1774,7
+1774,7
@@
schedule_hrtimeout_range_clock(ktime_t *expires, unsigned long delta,
}
/*
- * A NULL parameter means "in
ifin
te"
+ * A NULL parameter means "in
fini
te"
*/
if (!expires) {
schedule();