Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2026 12:13:54 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 01667ffeeba4 - stable/14 - arm/broadcom: Fix a typo in a source code comment
Message-ID:  <699af302.4001e.6098e6fa@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=01667ffeeba441b26cef27535f10ba5d488ba0ed

commit 01667ffeeba441b26cef27535f10ba5d488ba0ed
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-02-08 11:58:39 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-02-22 12:13:29 +0000

    arm/broadcom: Fix a typo in a source code comment
    
    - s/preceeded/preceded/
    
    (cherry picked from commit 8aa4fa7bf9b36a873aa2fd3cc22e8e15b97ea81e)
---
 sys/arm/broadcom/bcm2835/bcm2835_bsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/broadcom/bcm2835/bcm2835_bsc.c b/sys/arm/broadcom/bcm2835/bcm2835_bsc.c
index 7d14a5c26c4d..c98d42eb82bb 100644
--- a/sys/arm/broadcom/bcm2835/bcm2835_bsc.c
+++ b/sys/arm/broadcom/bcm2835/bcm2835_bsc.c
@@ -420,7 +420,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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699af302.4001e.6098e6fa>