aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2019-11-02 17:33:55 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2019-11-02 17:36:36 +0100
commitc37367ba95c96bb84371fbff06cbe4226bc60e74 (patch)
tree79cc516eddf24d392223725db0c306d7687fe49c
parentbfc30e816209ad96739a0e70489916203f1e9ee3 (diff)
downloadlibvfio-user-c37367ba95c96bb84371fbff06cbe4226bc60e74.zip
libvfio-user-c37367ba95c96bb84371fbff06cbe4226bc60e74.tar.gz
libvfio-user-c37367ba95c96bb84371fbff06cbe4226bc60e74.tar.bz2
libmuser: grammar fix for lm_irq_trigger() doc comments
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r--lib/muser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/muser.h b/lib/muser.h
index f0d4879..160d524 100644
--- a/lib/muser.h
+++ b/lib/muser.h
@@ -341,8 +341,8 @@ int lm_ctx_run(lm_dev_info_t *dev_info);
/**
* Triggers an interrupt.
*
- * libmuser takes care of using the IRQ type (INTx, MSI/X), the caller needs
- * only specify to the sub-index.
+ * libmuser takes care of using the IRQ type (INTx, MSI/X), the caller only
+ * needs to specify the sub-index.
*
* @lm_ctx: the libmuser context to trigger interrupt
* @subindex: vector subindex to trigger interrupt on