Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mz-pdm authored and huth committed Jun 26, 2023
1 parent 79dbd91 commit ac9fd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qtest/vhost-user-test.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit ac9fd9b

Please sign in to comment.