From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id F349F3858C62; Mon, 28 Nov 2022 15:29:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F349F3858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669649386; bh=LSiiUf7yxNlhQ4darxMGd43oYFj+9HF1HWQeHhpdHO4=; h=From:To:Subject:Date:From; b=iXeSyzke6qL7JbL+pdx4lyX10Lqeqq+dHPdveqyxngMnzKaiJu+kwIrdvNpB3h+hB ciodD0utcn1AYZzfOBP4xVl/7oFAe73uhVxbWw09+//aTObMGfrE7GYbEo0vXbRxaO LAKS53EbVnNcPQKdnlCQFz1X9hqWn1grh/hx4a+4= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon TURNEY To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Fix typo in FAQ X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: 2e4ecbb3f0d574d18eddb97eff9421db45fb0da7 X-Git-Newrev: 8080c856308919c06b4d6c5827cf0e34b78a5810 Message-Id: <20221128152945.F349F3858C62@sourceware.org> Date: Mon, 28 Nov 2022 15:29:45 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D8080c856308= 919c06b4d6c5827cf0e34b78a5810 commit 8080c856308919c06b4d6c5827cf0e34b78a5810 Author: Jon Turney Date: Sat Nov 12 14:16:36 2022 +0000 Cygwin: Fix typo in FAQ =20 The consonant in 'debug' is doubled in 'debuggee' just as it is in 'debugger'. =20 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: . =20 (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.)