aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-06-05 07:53:59 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-06-05 07:53:59 +0000
commit9ae6b386ab33a701c8df281f1dbf07a1659aab90 (patch)
tree8195dd0eded3ddf4b50bd1dc9d7b7848b63bb9e7 /sys/dev/mlx
parent9e75b06f93d001fc961b6e839e59977f826b6c2f (diff)
Diffstat (limited to 'sys/dev/mlx')
-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 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) {