mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-08 04:40:54 +01:00
Spelling
Fixed typo
This commit is contained in:
parent
c6de3bd2e4
commit
f7352c4e1f
1 changed files with 1 additions and 1 deletions
|
@ -1119,7 +1119,7 @@ static int str_split(lua_State* L)
|
|||
static const union
|
||||
{
|
||||
int dummy;
|
||||
char little; /* true iff machine is little endian */
|
||||
char little; /* true if machine is little endian */
|
||||
} nativeendian = {1};
|
||||
|
||||
/* assume we need to align for double & pointers */
|
||||
|
|
Loading…
Add table
Reference in a new issue