1
0
Fork 0

Drivers: hv: util: Fix a typo

Fix a typo.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
K. Y. Srinivasan 2017-02-04 09:57:15 -07:00 committed by Greg Kroah-Hartman
parent 3716a49a81
commit bb6a4db92f
1 changed files with 1 additions and 1 deletions

View File

@ -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) {