[1/1] doc: fix informations typo in gdb.texinfo

Message ID 20230328085538.795336-2-christina.schimpe@intel.com
State New
Headers
Series Fix typos in gdb.texinfo |

Commit Message

Schimpe, Christina March 28, 2023, 8:55 a.m. UTC
  From: Nils-Christian Kempke <nils-christian.kempke@intel.com>

Co-Authored-By: Christina Schimpe <christina.schimpe@intel.com>
---
 gdb/doc/gdb.texinfo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Tom Tromey March 28, 2023, 3:36 p.m. UTC | #1
>>>>> Christina Schimpe via Gdb-patches <gdb-patches@sourceware.org> writes:

> From: Nils-Christian Kempke <nils-christian.kempke@intel.com>
> Co-Authored-By: Christina Schimpe <christina.schimpe@intel.com>
> ---
>  gdb/doc/gdb.texinfo | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

FWIW I think this is obviously correct & so you should check it in.

thanks,
Tom
  
Eli Zaretskii March 28, 2023, 5:01 p.m. UTC | #2
> From: Tom Tromey <tom@tromey.com>
> Cc: Christina Schimpe <christina.schimpe@intel.com>
> Date: Tue, 28 Mar 2023 09:36:14 -0600
> 
> >>>>> Christina Schimpe via Gdb-patches <gdb-patches@sourceware.org> writes:
> 
> > From: Nils-Christian Kempke <nils-christian.kempke@intel.com>
> > Co-Authored-By: Christina Schimpe <christina.schimpe@intel.com>
> > ---
> >  gdb/doc/gdb.texinfo | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> FWIW I think this is obviously correct & so you should check it in.

Indeed.
  
Terekhov, Mikhail via Gdb-patches March 29, 2023, 12:23 p.m. UTC | #3
Thanks, I pushed this change.

Christina

> -----Original Message-----
> From: Eli Zaretskii <eliz@gnu.org>
> Sent: Tuesday, March 28, 2023 7:02 PM
> To: Tom Tromey <tom@tromey.com>
> Cc: gdb-patches@sourceware.org; Schimpe, Christina
> <christina.schimpe@intel.com>
> Subject: Re: [PATCH 1/1] doc: fix informations typo in gdb.texinfo
> 
> > From: Tom Tromey <tom@tromey.com>
> > Cc: Christina Schimpe <christina.schimpe@intel.com>
> > Date: Tue, 28 Mar 2023 09:36:14 -0600
> >
> > >>>>> Christina Schimpe via Gdb-patches <gdb-patches@sourceware.org>
> writes:
> >
> > > From: Nils-Christian Kempke <nils-christian.kempke@intel.com>
> > > Co-Authored-By: Christina Schimpe <christina.schimpe@intel.com>
> > > ---
> > >  gdb/doc/gdb.texinfo | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > FWIW I think this is obviously correct & so you should check it in.
> 
> Indeed.
Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928
  

Patch

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 6c811b8be2e..a13f9818f82 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -3261,7 +3261,7 @@  For example,
   2    process 2307      2 (extended-remote host:10000)  hello
 @end smallexample
 
-To get informations about the current inferior, use @code{inferior}:
+To get information about the current inferior, use @code{inferior}:
 
 @table @code
 @kindex inferior
@@ -19098,7 +19098,7 @@  Name of the task in the program.
 
 @kindex info task @var{taskno}
 @item info task @var{taskno}
-This command shows detailed informations on the specified task, as in
+This command shows detailed information on the specified task, as in
 the following example:
 @smallexample
 @iftex