[pypy-commit] pypy reverse-debugger: fix acronym

arigo pypy.commits at gmail.com
Mon Jul 4 04:06:27 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: reverse-debugger
Changeset: r85529:13ee7857c97e
Date: 2016-07-04 10:07 +0200
http://bitbucket.org/pypy/pypy/changeset/13ee7857c97e/

Log:	fix acronym

diff --git a/rpython/translator/revdb/src-revdb/revdb.c b/rpython/translator/revdb/src-revdb/revdb.c
--- a/rpython/translator/revdb/src-revdb/revdb.c
+++ b/rpython/translator/revdb/src-revdb/revdb.c
@@ -675,7 +675,7 @@
                 "In the replaying process, the addresses are different than\n"
                 "in the recording process.  We don't support this case for\n"
                 "now, sorry.  On Linux, check if Address Space Layout\n"
-                "Randomization (ADSL) is enabled, and disable it with:\n"
+                "Randomization (ASLR) is enabled, and disable it with:\n"
                 "\n"
                 "    echo 0 | sudo tee /proc/sys/kernel/randomize_va_space\n"
                 "\n");


More information about the pypy-commit mailing list