diff options
Diffstat (limited to 'util-src/struct.c')
-rw-r--r-- | util-src/struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |