ciss(4): Fix a typo in a source code comment

- s/strucutre/structure/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-01-20 17:34:25 +01:00
parent 623848af60
commit ced92d000a

View File

@ -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 */