aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-06-14 08:47:14 +0000
committerGordon Bergling <gbe@FreeBSD.org>2026-06-14 08:47:14 +0000
commitdd8ba1f2fc513cea3ef18b6cdfed0e7d4260bb1a (patch)
treef31b12a823204509f559c0af40572c65b06aecdf
parent49ced8d765f46c3f81214590ad384846cfdfbbf8 (diff)
sdhci(4): Fix a typo in a source code comment
- s/freqency/frequency/ MFC after: 3 days
-rw-r--r--sys/dev/sdhci/fsl_sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sdhci/fsl_sdhci.c b/sys/dev/sdhci/fsl_sdhci.c
index 2f3f89f3d925..33c8a82cefea 100644
--- a/sys/dev/sdhci/fsl_sdhci.c
+++ b/sys/dev/sdhci/fsl_sdhci.c
@@ -574,7 +574,7 @@ fsl_sdhc_set_clock(struct fsl_sdhci_softc *sc, uint16_t val)
/*
* Save the frequency-setting bits in SDHCI format so that we can play
* them back in get_clock without complex decoding of hardware regs,
- * then deal with the freqency part of the value based on hardware type.
+ * then deal with the frequency part of the value based on hardware type.
*/
sc->sdclockreg_freq_bits = val & SDHCI_DIVIDERS_MASK;
if (sc->hwtype == HWTYPE_ESDHC) {