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-07-20 09:45:06 +08:00
committed by Michael S. Tsirkin
parent bce2a966f7
commit 05d32474ab

View File

@@ -84,7 +84,7 @@ static int wait_order(int ctl_fd)
}
/*
* 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)
{