mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mlx(4): Fix a common typo in a source code comment
- s/independant/independent/ MFC after: 3 days
This commit is contained in:
parent
9e75b06f93
commit
9ae6b386ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue