summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGuoHan Zhao <zhaoguohan@kylinos.cn>2026-07-20 09:45:06 +0800
committerMichael S. Tsirkin <mst@redhat.com>2026-08-19 06:38:48 -0400
commit05d32474ab547fb097cfe3f3eb00a2aa7cdf4067 (patch)
treea1fe946b08bd29e005dfe196e57ac5e644342fe3 /tools
parentbce2a966f7ed8f6215d16c8e9783153e805c13ff (diff)
downloadlinux-05d32474ab547fb097cfe3f3eb00a2aa7cdf4067.tar.gz
linux-05d32474ab547fb097cfe3f3eb00a2aa7cdf4067.zip
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/virtio/virtio-trace/trace-agent-ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virtio/virtio-trace/trace-agent-ctl.c b/tools/virtio/virtio-trace/trace-agent-ctl.c
index 39860be6e2d8..9577579e86da 100644
--- a/tools/virtio/virtio-trace/trace-agent-ctl.c
+++ b/tools/virtio/virtio-trace/trace-agent-ctl.c
@@ -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)
{