From: K. Y. Srinivasan Date: Sat, 4 Feb 2017 16:57:15 +0000 (-0700) Subject: Drivers: hv: util: Fix a typo X-Git-Tag: v4.11-rc1~118^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bb6a4db92f8345a210b369b791e6920253b10437;p=karo-tx-linux.git Drivers: hv: util: Fix a typo Fix a typo. Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hv/hv_util.c b/drivers/hv/hv_util.c index 3076ee3ccc6c..098cd3dc7db2 100644 --- a/drivers/hv/hv_util.c +++ b/drivers/hv/hv_util.c @@ -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) {