aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-06-05 07:53:59 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-06-10 12:23:42 +0000
commit402a483124b67fd11ea4051fc3ac5a9072910fdc (patch)
tree705b467ebf5639bf6676a970bf7fd0e55b2a5df9
parent7a8585c0737ff13327fc91db3f4f9b2b91184ea8 (diff)
downloadsrc-402a483124b67fd11ea4051fc3ac5a9072910fdc.tar.gz
src-402a483124b67fd11ea4051fc3ac5a9072910fdc.zip
mlx(4): Fix a common typo in a source code comment
- s/independant/independent/ (cherry picked from commit 9ae6b386ab33a701c8df281f1dbf07a1659aab90)
-rw-r--r--sys/dev/mlx/mlx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c
index a61701d54e58..8c9a75bba84f 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) {