Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Sep 2022 13:32:11 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cc280cac3478 - main - sdhci(4): Fix a typo in asource code comment
Message-ID:  <202209031332.283DWB2D010372@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

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

commit cc280cac3478d39a5231aec06d50ebd27b2aa1bb
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:31:59 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-03 13:31:59 +0000

    sdhci(4): Fix a typo in asource code comment
    
    - s/overriden/overridden/
    
    MFC after:      3 days
---
 sys/dev/sdhci/sdhci.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/sdhci/sdhci.h b/sys/dev/sdhci/sdhci.h
index 4feb272bb359..b7d81969b47e 100644
--- a/sys/dev/sdhci/sdhci.h
+++ b/sys/dev/sdhci/sdhci.h
@@ -57,7 +57,7 @@
 #define	SDHCI_QUIRK_LOWER_FREQUENCY			(1 << 9)
 /* Data timeout is invalid, should use SD clock */
 #define	SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK		(1 << 10)
-/* Timeout value is invalid, should be overriden */
+/* Timeout value is invalid, should be overridden */
 #define	SDHCI_QUIRK_BROKEN_TIMEOUT_VAL			(1 << 11)
 /* SDHCI_CAPABILITIES is invalid */
 #define	SDHCI_QUIRK_MISSING_CAPS			(1 << 12)



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