diff options
author | John Levon <john.levon@nutanix.com> | 2022-11-16 09:50:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 09:50:34 +0000 |
commit | b975ee6e184884b63c654d2414f013c645c8a92e (patch) | |
tree | cf611fa145553e5eafe828d621ed111304c3c6a0 /lib/libvfio-user.c | |
parent | 388db3c4801b00f49befa3a2d0fb497fa90d58ce (diff) | |
download | libvfio-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/libvfio-user.c')
-rw-r--r-- | lib/libvfio-user.c | 2 |
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; |