aboutsummaryrefslogtreecommitdiff
path: root/samples
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 /samples
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 'samples')
-rw-r--r--samples/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/client.c b/samples/client.c
index 13f5ad1..d4abd21 100644
--- a/samples/client.c
+++ b/samples/client.c
@@ -1129,7 +1129,7 @@ int main(int argc, char *argv[])
/*
* VFIO_USER_VERSION
*
- * Do intial negotiation with the server, and discover parameters.
+ * Do initial negotiation with the server, and discover parameters.
*/
negotiate(sock, &server_max_fds, &server_max_data_xfer_size, &pgsize);