mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2/3] time: Fix spelling mistake in comment
@ 2019-10-15  7:33 Mukesh Ojha
  2019-11-12 10:32 ` [tip: timers/core] " tip-bot2 for Mukesh Ojha
  0 siblings, 1 reply; 2+ messages in thread
From: Mukesh Ojha @ 2019-10-15  7:33 UTC (permalink / raw)
  To: john.stultz, tglx, sboyd, linux-kernel; +Cc: Mukesh Ojha

witin => within

Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
---
 kernel/time/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/time.c b/kernel/time/time.c
index 5c54ca6..d31661c4 100644
--- a/kernel/time/time.c
+++ b/kernel/time/time.c
@@ -179,7 +179,7 @@ int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz
 		return error;
 
 	if (tz) {
-		/* Verify we're witin the +-15 hrs range */
+		/* Verify we're within the +-15 hrs range */
 		if (tz->tz_minuteswest > 15*60 || tz->tz_minuteswest < -15*60)
 			return -EINVAL;
 
-- 
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center,
Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-12 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15  7:33 [PATCH 2/3] time: Fix spelling mistake in comment Mukesh Ojha
2019-11-12 10:32 ` [tip: timers/core] " tip-bot2 for Mukesh Ojha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome