From patchwork Mon Oct 7 07:52:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom de Vries X-Patchwork-Id: 34838 Received: (qmail 71025 invoked by alias); 7 Oct 2019 07:52:57 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 71016 invoked by uid 89); 7 Oct 2019 07:52:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=Activate, HX-Languages-Length:2325, management X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Oct 2019 07:52:56 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id D0FD4B19E for ; Mon, 7 Oct 2019 07:52:53 +0000 (UTC) Date: Mon, 7 Oct 2019 09:52:53 +0200 From: Tom de Vries To: gdb-patches@sourceware.org Subject: [committed][gdb/doc] Fix some typos Message-ID: <20191007075251.GA17012@delia> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-IsSubscribed: yes Hi, Fix typos 'prevsiouly -> previously' and 'corresonding -> corresponding' in the docs. Committed to trunk. Thanks, - Tom [gdb/doc] Fix some typos gdb/doc/ChangeLog: 2019-10-07 Tom de Vries * gdb.texinfo: Fix typo. * guile.texi: Same. * python.texi: Same. --- gdb/doc/gdb.texinfo | 2 +- gdb/doc/guile.texi | 2 +- gdb/doc/python.texi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 8699dd27d7b..1208e4f615e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -27634,7 +27634,7 @@ possible or desirable to enable curses window management. @item tui enable @kindex tui enable Activate TUI mode. The last active TUI window layout will be used if -TUI mode has prevsiouly been used in the current debugging session, +TUI mode has previously been used in the current debugging session, otherwise a default layout is used. @item tui disable diff --git a/gdb/doc/guile.texi b/gdb/doc/guile.texi index f4c29dc3df8..699e0975a2c 100644 --- a/gdb/doc/guile.texi +++ b/gdb/doc/guile.texi @@ -729,7 +729,7 @@ The result @code{bar} will be a @code{} object holding the value pointed to by @code{foo}. A similar function @code{value-referenced-value} exists which also -returns @code{} objects corresonding to the values pointed to +returns @code{} objects corresponding to the values pointed to by pointer values (and additionally, values referenced by reference values). However, the behavior of @code{value-dereference} differs from @code{value-referenced-value} by the fact that the diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 832283dede8..48adad4e97b 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -769,7 +769,7 @@ The result @code{bar} will be a @code{gdb.Value} object holding the value pointed to by @code{foo}. A similar function @code{Value.referenced_value} exists which also -returns @code{gdb.Value} objects corresonding to the values pointed to +returns @code{gdb.Value} objects corresponding to the values pointed to by pointer values (and additionally, values referenced by reference values). However, the behavior of @code{Value.dereference} differs from @code{Value.referenced_value} by the fact that the