[PATCH] drivers: misc: vmw_vmci: fix typo in comment
From: Abhishikth J
Date: Mon May 04 2026 - 14:42:06 EST
Correct spelling of "Intializes" to "Initializes" in comment.
Signed-off-by: Abhishikth J <abhishikthj7@xxxxxxxxx>
---
drivers/misc/vmw_vmci/vmci_queue_pair.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/misc/vmw_vmci/vmci_queue_pair.c b/drivers/misc/vmw_vmci/vmci_queue_pair.c
index b777bc3fdde2..46bba9bef553 100644
--- a/drivers/misc/vmw_vmci/vmci_queue_pair.c
+++ b/drivers/misc/vmw_vmci/vmci_queue_pair.c
@@ -420,7 +420,7 @@ static int qp_memcpy_from_queue_iter(struct iov_iter *to,
/*
* Allocates two list of PPNs --- one for the pages in the produce queue,
- * and the other for the pages in the consume queue. Intializes the list
+ * and the other for the pages in the consume queue. Initializes the list
* of PPNs with the page frame numbers of the KVA for the two queues (and
* the queue headers).
*/
--
2.50.1