Browse Source

Spelling.

Mike Pall 13 years ago
parent
commit
7b0157aa99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ljamalg.c

+ 1 - 1
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