From: Mike Pall Date: Fri, 4 Nov 2011 13:07:19 +0000 (+0100) Subject: Spelling. X-Git-Tag: v2.0.0-beta9~41 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7b0157aa99ea00c84245043d7d2467cb19297cec;p=thirdparty%2FLuaJIT.git Spelling. --- diff --git a/src/ljamalg.c b/src/ljamalg.c index 57ad7851..cc32bf30 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c @@ -16,7 +16,7 @@ #define ljamalg_c #define LUA_CORE -/* To get the mremap prototype. Must be defind before any system includes. */ +/* To get the mremap prototype. Must be defined before any system includes. */ #if defined(__linux__) && !defined(_GNU_SOURCE) #define _GNU_SOURCE #endif