git: fdd7daa2318e - main - thunderbolt: Fix typo in comment

From: Aymeric Wibo <obiwac_at_FreeBSD.org>
Date: Sat, 09 May 2026 19:27:32 UTC
The branch main has been updated by obiwac:

URL: https://cgit.FreeBSD.org/src/commit/?id=fdd7daa2318ed3177e2674b9a3d18d21e2035ee1

commit fdd7daa2318ed3177e2674b9a3d18d21e2035ee1
Author:     Aymeric Wibo <obiwac@FreeBSD.org>
AuthorDate: 2026-05-09 17:22:41 +0000
Commit:     Aymeric Wibo <obiwac@FreeBSD.org>
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;