Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2023 20:54:07 GMT
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 76fc279f1ba4 - main - ObsoleteFiles.inc: Correct typo
Message-ID:  <202308082054.378Ks7o0072621@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by marius:

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

commit 76fc279f1ba4adc31d6147d3bfdeec147ff65cc5
Author:     Marius Strobl <marius@FreeBSD.org>
AuthorDate: 2023-08-08 20:52:16 +0000
Commit:     Marius Strobl <marius@FreeBSD.org>
CommitDate: 2023-08-08 20:52:16 +0000

    ObsoleteFiles.inc: Correct typo
    
    Fixes:  37c8ee8847fa ath(4): Remove MIPS AHB frontend and join PCI one w/ main support again
---
 ObsoleteFiles.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 8ca4c98d6a6d..4b7a4d69c6c9 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -52,7 +52,7 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
-# 20230807: Removal of the ath(4) AHB bus-frontend or MIPS
+# 20230807: Removal of the ath(4) AHB bus-frontend for MIPS
 OLD_FILES+=usr/share/man/man4/ath_ahb.4
 OLD_FILES+=usr/share/man/man4/ath_pci.4
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308082054.378Ks7o0072621>