https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8080c856308919c06b4d6c5827cf0e34b78a5810
commit 8080c856308919c06b4d6c5827cf0e34b78a5810 Author: Jon Turney <[email protected]> Date: Sat Nov 12 14:16:36 2022 +0000 Cygwin: Fix typo in FAQ The consonant in 'debug' is doubled in 'debuggee' just as it is in 'debugger'. Fixes: 8c68a8a4 Diff: --- winsup/doc/faq-programming.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 36d0a401f..89c309af2 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -847,7 +847,7 @@ Guide here: <ulink url="https://cygwin.com/cygwin-ug-net/dll.html"/>. <para> (It may be necessary to use the <command>gdb</command> command <command>set - disable-randomization on</command> to turn off ASLR for the debugee to + disable-randomization on</command> to turn off ASLR for the debuggee to prevent the base address getting randomized.) </para> </answer></qandaentry>
