From be24c9b69e72648690a477fd2f15b0a9c6374713 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sat, 12 Nov 2022 14:16:36 +0000 Subject: [PATCH] Cygwin: Fix typo in FAQ The consonant in 'debug' is doubled in 'debuggee' just as it is in 'debugger'. Fixes: 8c68a8a4 --- 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: . (It may be necessary to use the gdb command set - disable-randomization on to turn off ASLR for the debugee to + disable-randomization on to turn off ASLR for the debuggee to prevent the base address getting randomized.) -- 2.38.1