diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c index b5d7bddef3b..7151fc2cc5c 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) {