]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
timekeeping: Fix some trivial typos in comments
authorXie XiuQi <xiexiuqi@huawei.com>
Fri, 18 Oct 2013 01:13:30 +0000 (09:13 +0800)
committerJiri Kosina <jkosina@suse.cz>
Fri, 18 Oct 2013 12:50:02 +0000 (14:50 +0200)
Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/time/timekeeping.c

index 48b9fffabdc294a4bea16b9b78083a161e8eec42..5bb5056fbfb46542512a138a7b8d55f89bc50f80 100644 (file)
@@ -1613,9 +1613,10 @@ void get_xtime_and_monotonic_and_sleep_offset(struct timespec *xtim,
  * ktime_get_update_offsets - hrtimer helper
  * @offs_real: pointer to storage for monotonic -> realtime offset
  * @offs_boot: pointer to storage for monotonic -> boottime offset
+ * @offs_tai:  pointer to storage for monotonic -> clock tai offset
  *
  * Returns current monotonic time and updates the offsets
- * Called from hrtimer_interupt() or retrigger_next_event()
+ * Called from hrtimer_interrupt() or retrigger_next_event()
  */
 ktime_t ktime_get_update_offsets(ktime_t *offs_real, ktime_t *offs_boot,
                                                        ktime_t *offs_tai)