]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
vmw_vmci: fix typo in comment
authorAkiyoshi Kurita <weibu@redadmin.org>
Thu, 11 Sep 2025 12:59:39 +0000 (21:59 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Oct 2025 05:54:15 +0000 (07:54 +0200)
Correct a spelling mistake in vmci_context.h
("receive" was spelled incorrectly).

No functional change.

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
Link: https://patch.msgid.link/20250911125939.587139-1-weibu@redadmin.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/vmw_vmci/vmci_context.h

index 980fdece0f7d0efa2c8e408cd5ba8f9dba963fa5..083effa08102e8fd46d6d7365a0340795988a4ac 100644 (file)
@@ -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 {