git: 402a483124b6 - stable/13 - mlx(4): Fix a common typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:33:42 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=402a483124b67fd11ea4051fc3ac5a9072910fdc commit 402a483124b67fd11ea4051fc3ac5a9072910fdc Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-05 07:53:59 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:23:42 +0000 mlx(4): Fix a common typo in a source code comment - s/independant/independent/ (cherry picked from commit 9ae6b386ab33a701c8df281f1dbf07a1659aab90) --- 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 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) {