[PATCH 3/4] vmbus: Fix a typo in a comment line

From: SF Markus Elfring
Date: Thu May 11 2017 - 12:18:48 EST


From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 11 May 2017 17:43:55 +0200

Add a missing character in this description.

Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
---
drivers/hv/vmbus_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
index 96328aebae5a..ff94b111ed8d 100644
--- a/drivers/hv/vmbus_drv.c
+++ b/drivers/hv/vmbus_drv.c
@@ -991,7 +991,7 @@ static void vmbus_isr(void)
/*
* Our host is win8 or above. The signaling mechanism
* has changed and we can directly look at the event page.
- * If bit n is set then we have an interrup on the channel
+ * If bit n is set then we have an interrupt on the channel
* whose id is n.
*/
handled = true;
--
2.12.3