aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
diff options
context:
space:
mode:
authorXie XiuQi <xiexiuqi@huawei.com>2013-10-18 09:13:30 +0800
committerJohn Stultz <john.stultz@linaro.org>2013-10-18 16:30:17 -0700
commitb7bc50e45111e59419474154736f419a555158d9 (patch)
treed000a125d64f6ba951d0a857c3ca03cfa3f18522 /kernel/time/timekeeping.c
parentalarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist (diff)
downloadlinux-dev-b7bc50e45111e59419474154736f419a555158d9.tar.xz
linux-dev-b7bc50e45111e59419474154736f419a555158d9.zip
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>
Diffstat (limited to 'kernel/time/timekeeping.c')
-rw-r--r--kernel/time/timekeeping.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c
index 947ba25a95a0..3abf53418b67 100644
--- a/kernel/time/timekeeping.c
+++ b/kernel/time/timekeeping.c
@@ -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)