aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2019-11-20 11:57:17 -0800
committerPaul Eggert2019-11-20 11:57:17 -0800
commit9ca40c4e701e925eaf4b580b20a261737d578706 (patch)
treee6600402d381a1c01c3b8b70b89ff4072a022d2e /src
parentc928f41330ece779127a0c4c9b6ca0fdde8a1046 (diff)
downloademacs-9ca40c4e701e925eaf4b580b20a261737d578706.tar.gz
emacs-9ca40c4e701e925eaf4b580b20a261737d578706.zip
* src/sysdep.c: Improve comment wording.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index e34ab2eb587..b436bfe74a8 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -167,7 +167,7 @@ maybe_disable_address_randomization (int argc, char **argv)
167 { 167 {
168 /* If dumping via unexec, ASLR must be disabled, as otherwise 168 /* If dumping via unexec, ASLR must be disabled, as otherwise
169 data may be scattered and undumpable as a simple executable. 169 data may be scattered and undumpable as a simple executable.
170 If pdumping, disabling ASLR makes the .pdmp file reproducible. */ 170 If pdumping, disabling ASLR lessens differences in the .pdmp file. */
171 bool disable_aslr = will_dump_p (); 171 bool disable_aslr = will_dump_p ();
172# ifdef __PPC64__ 172# ifdef __PPC64__
173 disable_aslr = true; 173 disable_aslr = true;