diff options
| author | Aymeric Wibo <obiwac@FreeBSD.org> | 2026-05-09 17:22:41 +0000 |
|---|---|---|
| committer | Aymeric Wibo <obiwac@FreeBSD.org> | 2026-05-09 17:47:30 +0000 |
| commit | fdd7daa2318ed3177e2674b9a3d18d21e2035ee1 (patch) | |
| tree | 4972f6c025e02e0aea7c1e9571f443f505a6c3ad | |
| parent | 27ad506d26209e72d3cb2055de98f8a2eccc83be (diff) | |
thunderbolt: Fix typo in comment
Reported by: adrian
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | sys/dev/thunderbolt/tbcfg_reg.h | 2 |
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; |
