Commit bb6a4db9 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman
Browse files

Drivers: hv: util: Fix a typo

parent 3716a49a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ static inline void adj_guesttime(u64 hosttime, u64 reftime, u8 adj_flags)

	/*
	 * This check is safe since we are executing in the
	 * interrupt context and time synch messages arre always
	 * interrupt context and time synch messages are always
	 * delivered on the same CPU.
	 */
	if (adj_flags & ICTIMESYNCFLAG_SYNC) {