Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2022 07:54:10 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: 9ae6b386ab33 - main - mlx(4): Fix a common typo in a source code comment
Message-ID:  <202206050754.2557sAx2002007@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=9ae6b386ab33a701c8df281f1dbf07a1659aab90

commit 9ae6b386ab33a701c8df281f1dbf07a1659aab90
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:53:59 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-05 07:53:59 +0000

    mlx(4): Fix a common typo in a source code comment
    
    - s/independant/independent/
    
    MFC after:      3 days
---
 sys/dev/mlx/mlx_pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c
index b5d7bddef3b6..7151fc2cc5c3 100644
--- a/sys/dev/mlx/mlx_pci.c
+++ b/sys/dev/mlx/mlx_pci.c
@@ -205,7 +205,7 @@ mlx_pci_attach(device_t dev)
     }
 
     /*
-     * Do bus-independant initialisation.
+     * Do bus-independent initialisation.
      */
     error = mlx_attach(sc);
     if (error != 0) {



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