Skip to content

Commit 1d6acc1

Browse files
Mukesh OjhaKAGA-KOKO
authored andcommitted
time: Fix spelling mistake in comment
witin => within Signed-off-by: Mukesh Ojha <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 20d0873 commit 1d6acc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/time/time.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz
179179
return error;
180180

181181
if (tz) {
182-
/* Verify we're witin the +-15 hrs range */
182+
/* Verify we're within the +-15 hrs range */
183183
if (tz->tz_minuteswest > 15*60 || tz->tz_minuteswest < -15*60)
184184
return -EINVAL;
185185

0 commit comments

Comments
 (0)