patch-2.1.2 linux/include/asm-m68k/mman.h

Next file: linux/include/asm-mips/io.h
Previous file: linux/include/asm-i386/user.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.1/linux/include/asm-m68k/mman.h linux/include/asm-m68k/mman.h
@@ -14,7 +14,7 @@
 
 #define MAP_GROWSDOWN	0x0100		/* stack-like segment */
 #define MAP_DENYWRITE	0x0800		/* ETXTBSY */
-#define MAP_EXECUTABLE	0x1000		/* mark it as a executable */
+#define MAP_EXECUTABLE	0x1000		/* mark it as an executable */
 #define MAP_LOCKED	0x2000		/* pages are locked */
 
 #define MS_ASYNC	1		/* sync memory asynchronously */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov