From 2ac55250a44832bd9e0b585e62e1e4217dda71be Mon Sep 17 00:00:00 2001 From: Thanos Makatos Date: Tue, 29 Sep 2020 06:13:36 -0400 Subject: fix typo Signed-off-by: Thanos Makatos --- samples/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/client.c') 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); -- cgit v1.1