git: 9ae6b386ab33 - main - mlx(4): Fix a common typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 05 Jun 2022 07:54:10 UTC
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) {