diff mbox

[xenial,v2,5/8] Drivers: hv: util: Fix a typo

Message ID 1498850494-31277-6-git-send-email-marcelo.cerri@canonical.com
State New
Headers show

Commit Message

Marcelo Henrique Cerri June 30, 2017, 7:21 p.m. UTC
From: K. Y. Srinivasan <kys@microsoft.com>

Fix a typo.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit bb6a4db92f8345a210b369b791e6920253b10437)
Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
---
 drivers/hv/hv_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/hv/hv_util.c b/drivers/hv/hv_util.c
index fc4fd1142737..45a4f92ecb39 100644
--- a/drivers/hv/hv_util.c
+++ b/drivers/hv/hv_util.c
@@ -231,7 +231,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) {