fstype(8): Fix two typos in source code comments

- s/auxillary/auxiliary/

(cherry picked from commit df4da2d6b7)
This commit is contained in:
Gordon Bergling 2022-06-04 10:38:48 +02:00
parent fb61250b96
commit 95d4d86149

View file

@ -55,8 +55,8 @@ struct dmsg_hdr {
uint64_t reserved18; /* 18 */
uint32_t cmd; /* 20 flags | cmd | hdr_size / ALIGN */
uint32_t aux_crc; /* 24 auxillary data crc */
uint32_t aux_bytes; /* 28 auxillary data length (bytes) */
uint32_t aux_crc; /* 24 auxiliary data crc */
uint32_t aux_bytes; /* 28 auxiliary data length (bytes) */
uint32_t error; /* 2C error code or 0 */
uint64_t aux_descr; /* 30 negotiated OOB data descr */
uint32_t reserved38; /* 38 */