summary refs log tree commit diff stats
path: root/tests/qtest/virtio-net-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/virtio-net-test.c')
-rw-r--r--tests/qtest/virtio-net-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/virtio-net-test.c b/tests/qtest/virtio-net-test.c
index dff43f0f60..fab5dd8b05 100644
--- a/tests/qtest/virtio-net-test.c
+++ b/tests/qtest/virtio-net-test.c
@@ -212,7 +212,7 @@ static void announce_self(void *obj, void *data, QGuestAllocator *t_alloc)
     g_assert_cmpint(*proto, ==, htons(ETH_P_RARP));
 
     /*
-     * Stop the announcment by settings rounds to 0 on the
+     * Stop the announcement by settings rounds to 0 on the
      * existing timer.
      */
     rsp = qmp("{ 'execute' : 'announce-self', "