[v2,1/8] gdb, doc: do a minor fix in the description of qTSTMat

Message ID 20250110-upstream-gdbserver-remove-ust-v2-1-1ab116ffe592@intel.com
State New
Headers
Series Remove UST (static tracepoint) support from gdbserver |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 success Build passed
linaro-tcwg-bot/tcwg_gdb_build--master-arm success Build passed
linaro-tcwg-bot/tcwg_gdb_check--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_check--master-arm fail Patch failed to apply

Commit Message

Tankut Baris Aktemur Jan. 10, 2025, 4:01 p.m. UTC
  Fix a typo and do a format change.
---
 gdb/doc/gdb.texinfo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Eli Zaretskii Jan. 10, 2025, 7:03 p.m. UTC | #1
> From: Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
> Date: Fri, 10 Jan 2025 17:01:11 +0100
> 
> Fix a typo and do a format change.

Typo fixes are obvious fixes that don't need any approval.

Thanks.
  
Tankut Baris Aktemur Jan. 13, 2025, 8:23 a.m. UTC | #2
On Friday, January 10, 2025 8:03 PM, Eli Zaretskii wrote:
> > From: Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
> > Date: Fri, 10 Jan 2025 17:01:11 +0100
> >
> > Fix a typo and do a format change.
> 
> Typo fixes are obvious fixes that don't need any approval.
> 
> Thanks.

Thanks, I pushed the patch.

-Baris

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Sean Fennelly, Jeffrey Schneiderman, 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 7bd760648500e6064558d6a321fec9fd6b2cfa75..1b8dcc9335ac61ce459a8d3db75b7e53aad1c994 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -46395,9 +46395,9 @@  query), until the target responds with @samp{l} (lower-case ell, for
 @item qTSTMat:@var{address}
 @anchor{qTSTMat}
 @cindex @samp{qTSTMat} packet
-This packets requests data about static tracepoint markers in the
+This packet requests data about static tracepoint markers in the
 target program at @var{address}.  Replies to this packet follow the
-syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
+syntax of the @code{qTfSTM} and @code{qTsSTM} packets that list static
 tracepoint markers.
 
 @item QTSave:@var{filename}