[PATCH] drivers/misc/vmw_vmci: Fix typo 'recieve' -> 'receive'

Ignacio Peña posted 1 patch 2 months, 1 week ago
drivers/misc/vmw_vmci/vmci_context.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] drivers/misc/vmw_vmci: Fix typo 'recieve' -> 'receive'
Posted by Ignacio Peña 2 months, 1 week ago
Fix spelling mistake in comment of vmci_context.h.
The typo is in a comment, no functional impact.

This is a trivial fix that improves code readability.
No functional changes.

Signed-off-by: Ignacio Pena <ignacio.pena87@gmail.com>
---
 drivers/misc/vmw_vmci/vmci_context.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/vmw_vmci/vmci_context.h b/drivers/misc/vmw_vmci/vmci_context.h
index 980fdece0..083effa08 100644
--- a/drivers/misc/vmw_vmci/vmci_context.h
+++ b/drivers/misc/vmw_vmci/vmci_context.h
@@ -98,7 +98,7 @@ struct vmci_ctx_chkpt_buf_info {
 };
 
 /*
- * VMCINotificationReceiveInfo: Used to recieve pending notifications
+ * VMCINotificationReceiveInfo: Used to receive pending notifications
  * for doorbells and queue pairs.
  */
 struct vmci_ctx_notify_recv_info {
-- 
2.50.1