From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68520 invoked by alias); 7 Oct 2019 07:51:27 -0000 Mailing-List: contact gdb-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: gdb-cvs-owner@sourceware.org List-Subscribe: Sender: gdb-cvs-owner@sourceware.org Received: (qmail 68473 invoked by uid 9882); 7 Oct 2019 07:51:26 -0000 Date: Mon, 07 Oct 2019 07:51:00 -0000 Message-ID: <20191007075126.68471.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Tom de Vries To: gdb-cvs@sourceware.org Subject: [binutils-gdb] [gdb/doc] Fix some typos X-Act-Checkin: binutils-gdb X-Git-Author: Tom de Vries X-Git-Refname: refs/heads/master X-Git-Oldrev: ad7c657b9e4a97a2d1a7cf0afc8568e8f6954b67 X-Git-Newrev: 760f7560fded879ddd072340bb2bdcd701cd1f7b X-SW-Source: 2019-10/txt/msg00076.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=760f7560fded879ddd072340bb2bdcd701cd1f7b commit 760f7560fded879ddd072340bb2bdcd701cd1f7b Author: Tom de Vries Date: Mon Oct 7 09:51:18 2019 +0200 [gdb/doc] Fix some typos Fix typos 'prevsiouly -> previously' and 'corresonding -> corresponding' in the docs. gdb/doc/ChangeLog: 2019-10-07 Tom de Vries * gdb.texinfo: Fix typo. * guile.texi: Same. * python.texi: Same. Diff: --- gdb/doc/ChangeLog | 6 ++++++ gdb/doc/gdb.texinfo | 2 +- gdb/doc/guile.texi | 2 +- gdb/doc/python.texi | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 51ef38c..26f858f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2019-10-07 Tom de Vries + + * gdb.texinfo: Fix typo. + * guile.texi: Same. + * python.texi: Same. + 2019-10-03 Bernhard Heckel * doc/gdb.texinfo (Fortran Operators): Describe scope operator. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 8699dd2..1208e4f 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 f4c29dc..699e097 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 832283d..48adad4 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