mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
ciss(4): Fix a typo in a source code comment
- s/strucutre/structure/ (cherry picked from commit ced92d000a9435745ca2891734e6e37ab1c5e873)
This commit is contained in:
parent
4aed20f637
commit
ae09f54c06
1 changed files with 1 additions and 1 deletions
|
|
@ -691,7 +691,7 @@ struct ciss_bmic_id_table {
|
|||
/*
|
||||
* Below here I have no documentation on the rest of this data structure. It is
|
||||
* inferred from the opensource cciss_vol_status application. I assume that this
|
||||
* data strucutre is 512 bytes in total size, do not exceed it.
|
||||
* data structure is 512 bytes in total size, do not exceed it.
|
||||
*/
|
||||
u_int8_t bDdffVersion[4]; /* DDFF update engine version */
|
||||
u_int16_t usMaxLogicalUnits; /* Maximum logical units supported */
|
||||
|
|
|
|||
Loading…
Reference in a new issue