public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix typos in gdb.texinfo
@ 2023-03-28  8:55 Christina Schimpe
  2023-03-28  8:55 ` [PATCH 1/1] doc: fix informations typo " Christina Schimpe
  0 siblings, 1 reply; 5+ messages in thread
From: Christina Schimpe @ 2023-03-28  8:55 UTC (permalink / raw)
  To: gdb-patches

Hi all,

this patch was originally written by Nils-Christian Kempke.
I just rebased it onto current master.

Regards,
Christina

Nils-Christian Kempke (1):
  doc: fix informations typo in gdb.texinfo

 gdb/doc/gdb.texinfo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.25.1

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] doc: fix informations typo in gdb.texinfo
  2023-03-28  8:55 [PATCH 0/1] Fix typos in gdb.texinfo Christina Schimpe
@ 2023-03-28  8:55 ` Christina Schimpe
  2023-03-28 15:36   ` Tom Tromey
  0 siblings, 1 reply; 5+ messages in thread
From: Christina Schimpe @ 2023-03-28  8:55 UTC (permalink / raw)
  To: gdb-patches; +Cc: Christina Schimpe

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(-)

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
-- 
2.25.1

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] doc: fix informations typo in gdb.texinfo
  2023-03-28  8:55 ` [PATCH 1/1] doc: fix informations typo " Christina Schimpe
@ 2023-03-28 15:36   ` Tom Tromey
  2023-03-28 17:01     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Tromey @ 2023-03-28 15:36 UTC (permalink / raw)
  To: Christina Schimpe via Gdb-patches; +Cc: Christina Schimpe

>>>>> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] doc: fix informations typo in gdb.texinfo
  2023-03-28 15:36   ` Tom Tromey
@ 2023-03-28 17:01     ` Eli Zaretskii
  2023-03-29 12:23       ` Schimpe, Christina
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2023-03-28 17:01 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gdb-patches, christina.schimpe

> 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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH 1/1] doc: fix informations typo in gdb.texinfo
  2023-03-28 17:01     ` Eli Zaretskii
@ 2023-03-29 12:23       ` Schimpe, Christina
  0 siblings, 0 replies; 5+ messages in thread
From: Schimpe, Christina @ 2023-03-29 12:23 UTC (permalink / raw)
  To: Eli Zaretskii, Tom Tromey; +Cc: gdb-patches

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-29 12:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  8:55 [PATCH 0/1] Fix typos in gdb.texinfo Christina Schimpe
2023-03-28  8:55 ` [PATCH 1/1] doc: fix informations typo " Christina Schimpe
2023-03-28 15:36   ` Tom Tromey
2023-03-28 17:01     ` Eli Zaretskii
2023-03-29 12:23       ` Schimpe, Christina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).