aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2014-01-04 20:56:23 -0800
committerPaul Eggert2014-01-04 20:56:23 -0800
commitdc300e285ab44a27dde3b0e6047b032a7100724d (patch)
tree4d93639d909eb8bcd4c691886dd2255d8b0101f7
parentda5ecfa9b951691fc8bbf17f24fc8626216a706b (diff)
downloademacs-dc300e285ab44a27dde3b0e6047b032a7100724d.tar.gz
emacs-dc300e285ab44a27dde3b0e6047b032a7100724d.zip
Spelling fix.
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 00889e9a277..388923596c9 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -110,7 +110,7 @@ TEMACS_LDFLAGS = $(LD_SWITCH_SYSTEM) $(LD_SWITCH_SYSTEM_TEMACS)
110 110
111## If available, the names of the paxctl and setfattr programs. 111## If available, the names of the paxctl and setfattr programs.
112## On grsecurity/PaX systems, unexec will fail due to a gap between 112## On grsecurity/PaX systems, unexec will fail due to a gap between
113## the bss section and the heap. Older versions nee paxctl to work 113## the bss section and the heap. Older versions need paxctl to work
114## around this, newer ones setfattr. See Bug#11398 and Bug#16343. 114## around this, newer ones setfattr. See Bug#11398 and Bug#16343.
115PAXCTL = @PAXCTL@ 115PAXCTL = @PAXCTL@
116SETFATTR = @SETFATTR@ 116SETFATTR = @SETFATTR@