emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9ca40c4: * src/sysdep.c: Improve comment wording.


From: Paul Eggert
Subject: master 9ca40c4: * src/sysdep.c: Improve comment wording.
Date: Wed, 20 Nov 2019 14:58:13 -0500 (EST)

branch: master
commit 9ca40c4e701e925eaf4b580b20a261737d578706
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/sysdep.c: Improve comment wording.
---
 src/sysdep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sysdep.c b/src/sysdep.c
index e34ab2e..b436bfe 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -167,7 +167,7 @@ maybe_disable_address_randomization (int argc, char **argv)
     {
       /* If dumping via unexec, ASLR must be disabled, as otherwise
         data may be scattered and undumpable as a simple executable.
-        If pdumping, disabling ASLR makes the .pdmp file reproducible.  */
+        If pdumping, disabling ASLR lessens differences in the .pdmp file.  */
       bool disable_aslr = will_dump_p ();
 # ifdef __PPC64__
       disable_aslr = true;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]