diff options
| author | Milan Zamazal <mzamazal@redhat.com> | 2023-06-21 12:17:09 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2023-06-26 08:58:02 +0200 |
| commit | ac9fd9b6981cdcc0da9d7de1409cb435a0fd2abf (patch) | |
| tree | a3a7ff2e25342a52d223b1ce00fcc75956540a8c /tests/qtest/vhost-user-test.c | |
| parent | 79dbd910c9ea6ca38f8e1b2616b1e5e885b85bd3 (diff) | |
| download | focaccia-qemu-ac9fd9b6981cdcc0da9d7de1409cb435a0fd2abf.tar.gz focaccia-qemu-ac9fd9b6981cdcc0da9d7de1409cb435a0fd2abf.zip | |
tests/qtest: Fix a comment typo in vhost-user-test.c
Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20230621101710.297975-4-mzamazal@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qtest/vhost-user-test.c')
| -rw-r--r-- | tests/qtest/vhost-user-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/vhost-user-test.c b/tests/qtest/vhost-user-test.c index e4f95b2858..dfb8003597 100644 --- a/tests/qtest/vhost-user-test.c +++ b/tests/qtest/vhost-user-test.c @@ -281,7 +281,7 @@ static void read_guest_mem_server(QTestState *qts, TestServer *s) /* iterate all regions */ for (i = 0; i < s->fds_num; i++) { - /* We'll check only the region statring at 0x0*/ + /* We'll check only the region starting at 0x0 */ if (s->memory.regions[i].guest_phys_addr != 0x0) { continue; } |