Commit 1d6acc18 authored by Mukesh Ojha's avatar Mukesh Ojha Committed by Thomas Gleixner
Browse files

time: Fix spelling mistake in comment

parent 20d08736
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;