From f7352c4e1f52197f38e238518ec4825fc733e269 Mon Sep 17 00:00:00 2001 From: Shiro <46553887+SnowyShiro@users.noreply.github.com> Date: Sun, 7 Nov 2021 01:04:52 -0700 Subject: [PATCH] Spelling Fixed typo --- VM/src/lstrlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VM/src/lstrlib.cpp b/VM/src/lstrlib.cpp index a9db3727..66bf51ce 100644 --- a/VM/src/lstrlib.cpp +++ b/VM/src/lstrlib.cpp @@ -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 */