git: a0ef29f14cc4 - stable/13 - NOTES: Remove a double word in comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:08:52 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=a0ef29f14cc4f43404cf1592b07341d28e16b325
commit a0ef29f14cc4f43404cf1592b07341d28e16b325
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 08:31:49 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:04:31 +0000
NOTES: Remove a double word in comments
- s/for for/for/
(cherry picked from commit efd0fdfe289cde91ee612efb083673036d8b01d4)
---
sys/amd64/conf/NOTES | 2 +-
sys/conf/NOTES | 2 +-
sys/i386/conf/NOTES | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 229a63bd23b9..d701a51dbe4d 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -146,7 +146,7 @@ device isa
#
# AUTO_EOI_2 enables the `automatic EOI' feature for the slave 8259A
# interrupt controller. This saves about 0.7-1.25 usec for each interrupt.
-# Automatic EOI is documented not to work for for the slave with the
+# Automatic EOI is documented not to work for the slave with the
# original i8259A, but it works for some clones and some integrated
# versions.
#
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f5be1e10f8dc..f3901e6ba40f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1785,7 +1785,7 @@ device puc
# namely those which use MII-compliant transceivers or implement
# transceiver control interfaces that operate like an MII. Adding
# "device miibus" to the kernel config pulls in support for the generic
-# miibus API, the common support for for bit-bang'ing the MII and all
+# miibus API, the common support for bit-bang'ing the MII and all
# of the PHY drivers, including a generic one for PHYs that aren't
# specifically handled by an individual driver. Support for specific
# PHYs may be built by adding "device mii", "device mii_bitbang" if
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 8e56e2259e7c..18f015bcc726 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -294,7 +294,7 @@ device isa
#
# AUTO_EOI_2 enables the `automatic EOI' feature for the slave 8259A
# interrupt controller. This saves about 0.7-1.25 usec for each interrupt.
-# Automatic EOI is documented not to work for for the slave with the
+# Automatic EOI is documented not to work for the slave with the
# original i8259A, but it works for some clones and some integrated
# versions.
#