]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Spelling.
authorMike Pall <mike>
Fri, 4 Nov 2011 13:07:19 +0000 (14:07 +0100)
committerMike Pall <mike>
Fri, 4 Nov 2011 13:07:19 +0000 (14:07 +0100)
src/ljamalg.c

index 57ad78515f05aa4b4ca693b720b52c4ab2694fcc..cc32bf301e7e7931126b439f50e7e361870d2989 100644 (file)
@@ -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