From 9ae6b386ab33a701c8df281f1dbf07a1659aab90 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 5 Jun 2022 09:53:59 +0200 Subject: [PATCH] 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 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) {