diff options
| author | Paul Eggert | 2014-01-04 20:56:23 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-04 20:56:23 -0800 |
| commit | dc300e285ab44a27dde3b0e6047b032a7100724d (patch) | |
| tree | 4d93639d909eb8bcd4c691886dd2255d8b0101f7 | |
| parent | da5ecfa9b951691fc8bbf17f24fc8626216a706b (diff) | |
| download | emacs-dc300e285ab44a27dde3b0e6047b032a7100724d.tar.gz emacs-dc300e285ab44a27dde3b0e6047b032a7100724d.zip | |
Spelling fix.
| -rw-r--r-- | src/Makefile.in | 2 |
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. |
| 115 | PAXCTL = @PAXCTL@ | 115 | PAXCTL = @PAXCTL@ |
| 116 | SETFATTR = @SETFATTR@ | 116 | SETFATTR = @SETFATTR@ |