Skip to content

Commit 03a942f

Browse files
cvam0000mstsirkin
authored andcommitted
Fix typo in vringh_test.c
Corrected minor typo in tools/virtio/vringh_test.c: - Fixed "retreives" to "retrieves" Signed-off-by: Shivam Chaudhary <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent 0b364cf commit 03a942f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/virtio/vringh_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ int main(int argc, char *argv[])
519519
errx(1, "virtqueue_add_sgs: %i", err);
520520
__kmalloc_fake = NULL;
521521

522-
/* Host retreives it. */
522+
/* Host retrieves it. */
523523
vringh_iov_init(&riov, host_riov, ARRAY_SIZE(host_riov));
524524
vringh_iov_init(&wiov, host_wiov, ARRAY_SIZE(host_wiov));
525525

0 commit comments

Comments
 (0)