util.struct: Fix typo in comment

This commit is contained in:
Kim Alvefur 2023-01-20 18:19:34 +01:00
parent b15a8e1360
commit 2e44f8260b

View file

@ -134,7 +134,7 @@ static int gettoalign (size_t len, Header *h, int opt, size_t size) {
/*
** options to control endianess and alignment
** options to control endianness and alignment
*/
static void controloptions (lua_State *L, int opt, const char **fmt,
Header *h) {