The branch main has been updated by obiwac: URL: https://cgit.FreeBSD.org/src/commit/?id=fdd7daa2318ed3177e2674b9a3d18d21e2035ee1
commit fdd7daa2318ed3177e2674b9a3d18d21e2035ee1 Author: Aymeric Wibo <[email protected]> AuthorDate: 2026-05-09 17:22:41 +0000 Commit: Aymeric Wibo <[email protected]> CommitDate: 2026-05-09 17:47:30 +0000 thunderbolt: Fix typo in comment Reported by: adrian Sponsored by: The FreeBSD Foundation --- sys/dev/thunderbolt/tbcfg_reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;
