>From 9ca40c4e701e925eaf4b580b20a261737d578706 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 20 Nov 2019 11:57:17 -0800 Subject: [PATCH] * 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 e34ab2eb58..b436bfe74a 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; -- 2.23.0