Commit b7bc50e45111e59419474154736f419a555158d9

Authored by Xie XiuQi
Committed by John Stultz
1 parent 98d6f4dd84

timekeeping: Fix some trivial typos in comments

Fix some typos in timekeeping comments.

Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
[jstultz: Commit message tweaks]
Signed-off-by: John Stultz <john.stultz@linaro.org>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

kernel/time/timekeeping.c
... ... @@ -1613,9 +1613,10 @@
1613 1613 * ktime_get_update_offsets - hrtimer helper
1614 1614 * @offs_real: pointer to storage for monotonic -> realtime offset
1615 1615 * @offs_boot: pointer to storage for monotonic -> boottime offset
  1616 + * @offs_tai: pointer to storage for monotonic -> clock tai offset
1616 1617 *
1617 1618 * Returns current monotonic time and updates the offsets
1618   - * Called from hrtimer_interupt() or retrigger_next_event()
  1619 + * Called from hrtimer_interrupt() or retrigger_next_event()
1619 1620 */
1620 1621 ktime_t ktime_get_update_offsets(ktime_t *offs_real, ktime_t *offs_boot,
1621 1622 ktime_t *offs_tai)