git: 1c11509479ed - stable/13 - sdhci(4): Fix a typo in asource code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:42:31 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1c11509479ed62931ce648919a1e0c65b0b69787 commit 1c11509479ed62931ce648919a1e0c65b0b69787 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 13:31:59 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-06 05:38:14 +0000 sdhci(4): Fix a typo in asource code comment - s/overriden/overridden/ (cherry picked from commit cc280cac3478d39a5231aec06d50ebd27b2aa1bb) --- 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 9d68a14b28a2..e0f7a7bd0090 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)