mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
sdhci(4): Fix a typo in asource code comment
- s/overriden/overridden/ MFC after: 3 days
This commit is contained in:
parent
ac34f366cc
commit
cc280cac34
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue