]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/sysdep.c: Improve comment wording.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Nov 2019 19:57:17 +0000 (11:57 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Nov 2019 19:57:17 +0000 (11:57 -0800)
src/sysdep.c

index e34ab2eb58787afa8d29437a8e37f226f77aed6e..b436bfe74a82bc4604d784c4d8f878eea2df18ce 100644 (file)
@@ -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;