diff options
author | Shivam Chaudhary <cvam0000@gmail.com> | 2024-10-08 20:22:04 +0530 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2024-11-06 04:40:07 -0500 |
commit | 03a942f793ca33653f3fa4bdb377f5d2376e74f6 (patch) | |
tree | 4fa086e28d85775ca41e5e5cbe2066e95f935c86 /tools | |
parent | 0b364cf53b20204e92bac7c6ebd1ee7d3ec62931 (diff) |
Fix typo in vringh_test.c
Corrected minor typo in tools/virtio/vringh_test.c:
- Fixed "retreives" to "retrieves"
Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com>
Message-Id: <20241008145204.478749-1-cvam0000@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/virtio/vringh_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virtio/vringh_test.c b/tools/virtio/vringh_test.c index 43d3a6aa1dcf..b9591223437a 100644 --- a/tools/virtio/vringh_test.c +++ b/tools/virtio/vringh_test.c @@ -519,7 +519,7 @@ int main(int argc, char *argv[]) errx(1, "virtqueue_add_sgs: %i", err); __kmalloc_fake = NULL; - /* Host retreives it. */ + /* Host retrieves it. */ vringh_iov_init(&riov, host_riov, ARRAY_SIZE(host_riov)); vringh_iov_init(&wiov, host_wiov, ARRAY_SIZE(host_wiov)); |