diff options
author | Nils-Christian Kempke <nils-christian.kempke@intel.com> | 2021-11-16 16:45:58 +0000 |
---|---|---|
committer | Christina Schimpe <christina.schimpe@intel.com> | 2023-03-29 14:21:07 +0200 |
commit | f8c88b623130037546842a51beb78c66c644e05d (patch) | |
tree | 74012c11c8ccc92eb231c047dbec1b7e838ee665 /gdb | |
parent | b863b097ee7a79b1114b9dd386864bc3c23a51b0 (diff) | |
download | gdb-f8c88b623130037546842a51beb78c66c644e05d.zip gdb-f8c88b623130037546842a51beb78c66c644e05d.tar.gz gdb-f8c88b623130037546842a51beb78c66c644e05d.tar.bz2 |
doc: fix informations typo in gdb.texinfo
Co-Authored-By: Christina Schimpe <christina.schimpe@intel.com>
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e8e2c71..92d9934 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 |