From 7b0157aa99ea00c84245043d7d2467cb19297cec Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Fri, 4 Nov 2011 14:07:19 +0100 Subject: [PATCH] Spelling. --- src/ljamalg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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