git: cc280cac3478 - main - sdhci(4): Fix a typo in asource code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 03 Sep 2022 13:32:11 UTC
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)