aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2022-11-16 09:50:34 +0000
committerGitHub <noreply@github.com>2022-11-16 09:50:34 +0000
commitb975ee6e184884b63c654d2414f013c645c8a92e (patch)
treecf611fa145553e5eafe828d621ed111304c3c6a0 /lib
parent388db3c4801b00f49befa3a2d0fb497fa90d58ce (diff)
downloadlibvfio-user-b975ee6e184884b63c654d2414f013c645c8a92e.zip
libvfio-user-b975ee6e184884b63c654d2414f013c645c8a92e.tar.gz
libvfio-user-b975ee6e184884b63c654d2414f013c645c8a92e.tar.bz2
check spelling (#720)
Use misspell-fixer if available, and correct the small number of errors it found. Rather than trying to install into the CI, run it directly from a github action. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/libvfio-user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvfio-user.c b/lib/libvfio-user.c
index 372ef2e..93dca6d 100644
--- a/lib/libvfio-user.c
+++ b/lib/libvfio-user.c
@@ -1732,7 +1732,7 @@ vfu_create_ctx(vfu_trans_t trans, const char *path, int flags, void *pvt,
/*
* FIXME: Now we always allocate for migration region. Check if its better
- * to seperate migration region from standard regions in vfu_ctx.reg_info
+ * to separate migration region from standard regions in vfu_ctx.reg_info
* and move it into vfu_ctx.migration.
*/
vfu_ctx->nr_regions = VFU_PCI_DEV_NUM_REGIONS;