Author: Armin Rigo <[email protected]>
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");
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to