Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 12:31:48 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: 75e1650d7fe8 - main - bhnd(4): Remove a double word in a source code comment
Message-ID:  <202204091231.239CVmp5048516@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=75e1650d7fe8b9b15b0df59ab5f71626cc537775

commit 75e1650d7fe8b9b15b0df59ab5f71626cc537775
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 12:31:19 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 12:31:19 +0000

    bhnd(4): Remove a double word in a source code comment
    
    - s/an an/an/
    
    MFC after:      3 days
---
 sys/dev/bhnd/cores/pci/bhnd_pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/bhnd/cores/pci/bhnd_pci.c b/sys/dev/bhnd/cores/pci/bhnd_pci.c
index 06aba31f4013..482c4c5c50c6 100644
--- a/sys/dev/bhnd/cores/pci/bhnd_pci.c
+++ b/sys/dev/bhnd/cores/pci/bhnd_pci.c
@@ -354,7 +354,7 @@ bhnd_pcie_mdio_cmd_write(struct bhnd_pci_softc *sc, uint32_t cmd)
 }
 
 /**
- * Issue an an MDIO read command, wait for completion, and return
+ * Issue an MDIO read command, wait for completion, and return
  * the result in @p data_read.
  */
 static int



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204091231.239CVmp5048516>