mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-17 18:33:51 +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
|
static const union
|
||||||
{
|
{
|
||||||
int dummy;
|
int dummy;
|
||||||
char little; /* true iff machine is little endian */
|
char little; /* true if machine is little endian */
|
||||||
} nativeendian = {1};
|
} nativeendian = {1};
|
||||||
|
|
||||||
/* assume we need to align for double & pointers */
|
/* assume we need to align for double & pointers */
|
||||||
|
|
Loading…
Add table
Reference in a new issue