git: 66dde7d645d9 - stable/14 - sdhci(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Jun 2026 04:53:13 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=66dde7d645d9158beda9fd4d7ef44651f347e5a5
commit 66dde7d645d9158beda9fd4d7ef44651f347e5a5
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-14 08:47:14 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-17 04:51:34 +0000
sdhci(4): Fix a typo in a source code comment
- s/freqency/frequency/
(cherry picked from commit dd8ba1f2fc513cea3ef18b6cdfed0e7d4260bb1a)
---
sys/dev/sdhci/fsl_sdhci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/sdhci/fsl_sdhci.c b/sys/dev/sdhci/fsl_sdhci.c
index c3c1b6207a23..9de2c9c4be89 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) {