OSDN Git Service

Drivers: hv: util: Fix a typo
authorK. Y. Srinivasan <kys@microsoft.com>
Sat, 4 Feb 2017 16:57:15 +0000 (09:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2017 14:40:19 +0000 (15:40 +0100)
Fix a typo.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/hv_util.c

index 3076ee3..098cd3d 100644 (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) {