summaryrefslogtreecommitdiff
path: root/src/ljamalg.c
diff options
context:
space:
mode:
authorMike Pall <mike>2011-11-04 14:07:19 +0100
committerMike Pall <mike>2011-11-04 14:07:19 +0100
commit7b0157aa99ea00c84245043d7d2467cb19297cec (patch)
treed2288d3ecef68f7931a7c198d1b64a121ff50f66 /src/ljamalg.c
parentec56c257904a5fff83eca464f91cbeb5eb0be513 (diff)
downloadluajit2-7b0157aa99ea00c84245043d7d2467cb19297cec.tar.gz
Spelling.
Diffstat (limited to 'src/ljamalg.c')
-rw-r--r--src/ljamalg.c2
1 files changed, 1 insertions, 1 deletions
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