diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-06-05 07:53:59 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-06-05 07:53:59 +0000 |
| commit | 9ae6b386ab33a701c8df281f1dbf07a1659aab90 (patch) | |
| tree | 8195dd0eded3ddf4b50bd1dc9d7b7848b63bb9e7 /sys/dev/mlx | |
| parent | 9e75b06f93d001fc961b6e839e59977f826b6c2f (diff) | |
Diffstat (limited to 'sys/dev/mlx')
| -rw-r--r-- | sys/dev/mlx/mlx_pci.c | 2 |
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) { |
