Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2025 18:17:39 +0000
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        ykla <yklaxds@gmail.com>
Subject:   git: f7725c3c27e6 - main - NOTES: Fix a typo in a comments
Message-ID:  <6925f2c3.e6b5.47980eb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by imp:

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

commit f7725c3c27e685478398833fbe32504c38438d69
Author:     ykla <yklaxds@gmail.com>
AuthorDate: 2025-11-25 08:12:17 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-11-25 18:17:26 +0000

    NOTES: Fix a typo in a comments
    
    Signed-off-by: ykla yklaxds@gmail.com
    Sponsored by:   Chinese FreeBSD Community
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1899
---
 sys/conf/NOTES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3d5f7dd8a71b..8a11f8ec86b1 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1727,7 +1727,7 @@ device		ata		# Legacy ATA/SATA controllers
 # PCI ATA chipsets
 #device		ataacard	# ACARD
 #device		ataacerlabs	# Acer Labs Inc. (ALI)
-#device		ataamd		# American Micro Devices (AMD)
+#device		ataamd		# Advanced Micro Devices (AMD)
 #device		ataati		# ATI
 #device		atacenatek	# Cenatek
 #device		atacypress	# Cypress


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6925f2c3.e6b5.47980eb>