Date: Sun, 4 Sep 2022 11:54:50 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 79d939126a81 - main - qcom_qup: Remove a double word in a source code comment Message-ID: <202209041154.284BsoGc085361@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=79d939126a819f31882343b5733c2073452a4218 commit 79d939126a819f31882343b5733c2073452a4218 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 11:54:40 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-04 11:54:40 +0000 qcom_qup: Remove a double word in a source code comment - s/the the/the/ MFC after: 3 days --- sys/dev/qcom_qup/qcom_spi_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/qcom_qup/qcom_spi_hw.c b/sys/dev/qcom_qup/qcom_spi_hw.c index 1d08b10e5cd4..6b21fd239f5d 100644 --- a/sys/dev/qcom_qup/qcom_spi_hw.c +++ b/sys/dev/qcom_qup/qcom_spi_hw.c @@ -841,7 +841,7 @@ qcom_spi_hw_write_pio_block(struct qcom_spi_softc *sc) } /* - * Read data into the the RX buffer and increment the RX offset. + * Read data into the RX buffer and increment the RX offset. * * Return true if the byte was saved into the RX buffer, else * return false.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209041154.284BsoGc085361>