aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:28:47 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:28:47 +0000
commitf2e13c27bbd1c2d385a572e97cc19ba122b74986 (patch)
treefb5f65e76549ca478eb19e04bdc965ab16d728b0 /sys/dev
parenteec35f1fb3aad710e2d064b77052c115779b4172 (diff)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vmware/vmci/vmci_qpair.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vmware/vmci/vmci_qpair.c b/sys/dev/vmware/vmci/vmci_qpair.c
index 336dc9eb342b..a3cb69d00df4 100644
--- a/sys/dev/vmware/vmci/vmci_qpair.c
+++ b/sys/dev/vmware/vmci/vmci_qpair.c
@@ -486,7 +486,7 @@ vmci_qpair_consume_buf_ready(const struct vmci_qpair *qpair)
* VMCI_ERROR_QUEUEPAIR_NOSPACE if no space was available to enqueue data.
* VMCI_ERROR_INVALID_SIZE, if any queue pointer is outside the queue
* (as defined by the queue size).
- * VMCI_ERROR_INVALID_ARGS, if an error occured when accessing the buffer.
+ * VMCI_ERROR_INVALID_ARGS, if an error occurred when accessing the buffer.
* VMCI_ERROR_QUEUEPAIR_NOTATTACHED, if the queue pair pages aren't
* available.
* Otherwise, the number of bytes written to the queue is returned.
@@ -557,7 +557,7 @@ enqueue(struct vmci_queue *produce_q, struct vmci_queue *consume_q,
* VMCI_ERROR_QUEUEPAIR_NODATA if no data was available to dequeue.
* VMCI_ERROR_INVALID_SIZE, if any queue pointer is outside the queue
* (as defined by the queue size).
- * VMCI_ERROR_INVALID_ARGS, if an error occured when accessing the buffer.
+ * VMCI_ERROR_INVALID_ARGS, if an error occurred when accessing the buffer.
* VMCI_ERROR_NOT_FOUND, if the vmm_world registered with the queue pair
* cannot be found.
* Otherwise the number of bytes dequeued is returned.