]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commitdiff
tests/qtest: Fix a comment typo in vhost-user-test.c
authorMilan Zamazal <mzamazal@redhat.com>
Wed, 21 Jun 2023 10:17:09 +0000 (12:17 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 26 Jun 2023 06:58:02 +0000 (08:58 +0200)
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>
tests/qtest/vhost-user-test.c

index e4f95b2858f038c958f8b98a6079e33650ee91e4..dfb80035974460c7f4dc923d697e6e95bb4da072 100644 (file)
@@ -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;
         }