Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
SnowyShiro committed Nov 7, 2021
1 parent c6de3bd commit f7352c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VM/src/lstrlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f7352c4

Please sign in to comment.