aboutsummaryrefslogtreecommitdiff
path: root/samples/client.c
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-09-29 06:13:36 -0400
committerThanos Makatos <thanos.makatos@nutanix.com>2020-09-29 06:13:36 -0400
commit2ac55250a44832bd9e0b585e62e1e4217dda71be (patch)
treea6bcc2b8d6b7df8cb4797b8d7c659a235041f809 /samples/client.c
parent577194165b7386cb0cc144a439f8425774f3e205 (diff)
downloadlibvfio-user-2ac55250a44832bd9e0b585e62e1e4217dda71be.zip
libvfio-user-2ac55250a44832bd9e0b585e62e1e4217dda71be.tar.gz
libvfio-user-2ac55250a44832bd9e0b585e62e1e4217dda71be.tar.bz2
fix typo
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'samples/client.c')
-rw-r--r--samples/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/client.c b/samples/client.c
index d20e8db..91ab102 100644
--- a/samples/client.c
+++ b/samples/client.c
@@ -287,7 +287,7 @@ int main(int argc, char *argv[])
/*
* XXX VFIO_USER_DEVICE_GET_IRQ_INFO and VFIO_IRQ_SET_ACTION_TRIGGER
- * Query interruptes, configure an eventfd to be associated with INTx, and
+ * Query interrupts, configure an eventfd to be associated with INTx, and
* finally wait for the server to fire the interrupt.
*/
ret = configure_irqs(sock);