Skip to content

Commit

Permalink
hrtimer: Spelling fixes
Browse files Browse the repository at this point in the history
Fix a minor spelling error.

Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Richard Cochran <[email protected]>
Cc: Prarit Bhargava <[email protected]>
Signed-off-by: Pratyush Patel <[email protected]>
[jstultz: Added commit message]
Signed-off-by: John Stultz <[email protected]>
  • Loading branch information
Mutinifni authored and johnstultz-work committed Aug 31, 2016
1 parent 3eab887 commit b4d90e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/time/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ static void clock_was_set_work(struct work_struct *work)
static DECLARE_WORK(hrtimer_work, clock_was_set_work);

/*
* Called from timekeeping and resume code to reprogramm the hrtimer
* Called from timekeeping and resume code to reprogram the hrtimer
* interrupt device on all cpus.
*/
void clock_was_set_delayed(void)
Expand Down Expand Up @@ -1241,7 +1241,7 @@ static void __run_hrtimer(struct hrtimer_cpu_base *cpu_base,

/*
* Note: We clear the running state after enqueue_hrtimer and
* we do not reprogramm the event hardware. Happens either in
* we do not reprogram the event hardware. Happens either in
* hrtimer_start_range_ns() or in hrtimer_interrupt()
*
* Note: Because we dropped the cpu_base->lock above,
Expand Down

0 comments on commit b4d90e9

Please sign in to comment.