comparison util-src/struct.c @ 12853:e1a71e83d430

util.struct: Fix typo in comment
author Kim Alvefur <zash@zash.se>
date Fri, 20 Jan 2023 18:19:34 +0100
parents 1f6f05a98fcd
children a187600ec7d6
comparison
equal deleted inserted replaced
12852:c35afa353f8f 12853:e1a71e83d430
132 return (size - (len & (size - 1))) & (size - 1); 132 return (size - (len & (size - 1))) & (size - 1);
133 } 133 }
134 134
135 135
136 /* 136 /*
137 ** options to control endianess and alignment 137 ** options to control endianness and alignment
138 */ 138 */
139 static void controloptions (lua_State *L, int opt, const char **fmt, 139 static void controloptions (lua_State *L, int opt, const char **fmt,
140 Header *h) { 140 Header *h) {
141 switch (opt) { 141 switch (opt) {
142 case ' ': return; /* ignore white spaces */ 142 case ' ': return; /* ignore white spaces */