The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=79d939126a819f31882343b5733c2073452a4218

commit 79d939126a819f31882343b5733c2073452a4218
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-09-04 11:54:40 +0000
Commit:     Gordon Bergling <[email protected]>
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.

Reply via email to