tools/virtio: Fix control typo in trace agent comment

Fix a misspelling of "control" in the trace agent controller description.

Signed-off-by: GuoHan Zhao <zhaoguohan@kylinos.cn>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-ID: <20260720014506.90012-1-zhaoguohan@kylinos.cn>
This commit is contained in:
GuoHan Zhao
2026-08-19 06:38:48 -04:00
committed by Michael S. Tsirkin
parent bce2a966f7
commit 05d32474ab
+1 -1
View File
@@ -84,7 +84,7 @@ error:
}
/*
* contol read/write threads by handling global_run_operation
* control read/write threads by handling global_run_operation
*/
void *rw_ctl_loop(int ctl_fd)
{