vmw_vmci: fix typo in comment

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>
This commit is contained in:
Akiyoshi Kurita 2025-09-11 21:59:39 +09:00 committed by Greg Kroah-Hartman
parent f50d2dcd1a
commit cdc9302395
1 changed files with 1 additions and 1 deletions

View 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 {