diff options
| author | GuoHan Zhao <zhaoguohan@kylinos.cn> | 2026-07-20 09:45:06 +0800 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2026-08-19 06:38:48 -0400 |
| commit | 05d32474ab547fb097cfe3f3eb00a2aa7cdf4067 (patch) | |
| tree | a1fe946b08bd29e005dfe196e57ac5e644342fe3 | |
| parent | bce2a966f7ed8f6215d16c8e9783153e805c13ff (diff) | |
| download | linux-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>
| -rw-r--r-- | tools/virtio/virtio-trace/trace-agent-ctl.c | 2 |
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) { |
