Fix typos

Found via `codespell -S *.xml,*.kt,./native/src/external -L crate,bu`
This commit is contained in:
Kian-Meng Ang
2023-01-15 11:26:27 +08:00
committed by John Wu
parent e836909c50
commit f562710438
7 changed files with 13 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ struct zimage_hdr {
uint32_t magic; /* zImage magic */
uint32_t start; /* absolute load/run zImage address */
uint32_t end; /* zImage end address */
uint32_t endian; /* endianess flag */
uint32_t endian; /* endianness flag */
// There could be more fields, but we don't care
} __attribute__((packed));