From 2e44f8260b8a3144234906492b343ab8ba707ee4 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 20 Jan 2023 18:19:34 +0100 Subject: util.struct: Fix typo in comment --- util-src/struct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-src/struct.c b/util-src/struct.c index 6267358c..b236db5b 100644 --- a/util-src/struct.c +++ b/util-src/struct.c @@ -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) { -- cgit v1.2.3