mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
mrsas(4): Fix a typo in a source code comment
- s/alloction/allocation/ MFC after: 3 days
This commit is contained in:
parent
7fc0ffda35
commit
32c601b6cf
1 changed files with 1 additions and 1 deletions
|
|
@ -4749,7 +4749,7 @@ dcmd_timeout:
|
|||
|
||||
/*
|
||||
* mrsas_alloc_tmp_dcmd: Allocates memory for temporary command input:
|
||||
* Adapter soft state Temp command Size of alloction
|
||||
* Adapter soft state Temp command Size of allocation
|
||||
*
|
||||
* Allocates DMAable memory for a temporary internal command. The allocated
|
||||
* memory is initialized to all zeros upon successful loading of the dma
|
||||
|
|
|
|||
Loading…
Reference in a new issue