Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 May 2026 19:27:32 +0000
From:      Aymeric Wibo <obiwac@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fdd7daa2318e - main - thunderbolt: Fix typo in comment
Message-ID:  <69ff8aa4.19667.279aa722@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ff8aa4.19667.279aa722>