aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-02-08 11:58:39 +0000
committerGordon Bergling <gbe@FreeBSD.org>2026-02-08 11:58:39 +0000
commit8aa4fa7bf9b36a873aa2fd3cc22e8e15b97ea81e (patch)
tree5c75cc6668074e2873813388e225f106d0dbf90c
parentd411a5d3a905b53cc61cb1a04cf0bef47f76adbf (diff)
arm/broadcom: Fix a typo in a source code comment
- s/preceeded/preceded/ MFC after: 3 days
-rw-r--r--sys/arm/broadcom/bcm2835/bcm2835_bsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/broadcom/bcm2835/bcm2835_bsc.c b/sys/arm/broadcom/bcm2835/bcm2835_bsc.c
index a4cbef7d528f..880de290d30d 100644
--- a/sys/arm/broadcom/bcm2835/bcm2835_bsc.c
+++ b/sys/arm/broadcom/bcm2835/bcm2835_bsc.c
@@ -419,7 +419,7 @@ bcm_bsc_fill_tx_fifo(struct bcm_bsc_softc *sc)
} while (sc->sc_resid > 0 && (status & BCM_BSC_STATUS_TXD));
/*
* If a repeat-start was pending and we just hit the end of a tx
- * buffer, see if it's also the end of the writes that preceeded
+ * buffer, see if it's also the end of the writes that preceded
* the repeat-start. If so, log the repeat-start and the start
* of the following read, and return because we're not writing
* anymore (and TXD will be true because there's room to write