aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Wibo <obiwac@FreeBSD.org>2026-05-09 17:22:41 +0000
committerAymeric Wibo <obiwac@FreeBSD.org>2026-05-09 17:47:30 +0000
commitfdd7daa2318ed3177e2674b9a3d18d21e2035ee1 (patch)
tree4972f6c025e02e0aea7c1e9571f443f505a6c3ad
parent27ad506d26209e72d3cb2055de98f8a2eccc83be (diff)
thunderbolt: Fix typo in comment
Reported by: adrian Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/dev/thunderbolt/tbcfg_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/thunderbolt/tbcfg_reg.h b/sys/dev/thunderbolt/tbcfg_reg.h
index bb68faa543b0..6ae5c6fea7fa 100644
--- a/sys/dev/thunderbolt/tbcfg_reg.h
+++ b/sys/dev/thunderbolt/tbcfg_reg.h
@@ -52,7 +52,7 @@ struct tb_cfg_read {
uint32_t crc;
};
-/* Config space read request, 6.4.2.4 */
+/* Config space read response, 6.4.2.4 */
struct tb_cfg_read_resp {
tb_route_t route;
uint32_t addr_attrs;