GDB: Documentation: Remove greengrocer's apostrophe.

Message ID 20181013181333.3059-1-john@darrington.wattle.id.au
State New, archived
Headers

Commit Message

John Darrington Oct. 13, 2018, 6:13 p.m. UTC
  gdb/doc/gdb.texinfo (gdbserver man): "it's symbol" --> its symbol.
---
 gdb/doc/gdb.texinfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Eli Zaretskii Oct. 13, 2018, 6:24 p.m. UTC | #1
> From: John Darrington <john@darrington.wattle.id.au>
> Cc: John Darrington <john@darrington.wattle.id.au>
> Date: Sat, 13 Oct 2018 20:13:33 +0200
> 
> gdb/doc/gdb.texinfo (gdbserver man): "it's symbol" --> its symbol.

Typos fall under the "obvious fix" rule.

Thanks.
  

Patch

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index e3b62221cf..b4e19350f2 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -44007,7 +44007,7 @@  Usage (host side):
 @end ifset
 
 You need an unstripped copy of the target program on your host system, since
-@value{GDBN} needs to examine it's symbol tables and such.  Start up @value{GDBN} as you normally
+@value{GDBN} needs to examine its symbol tables and such.  Start up @value{GDBN} as you normally
 would, with the target program as the first argument.  (You may need to use the
 @option{--baud} option if the serial line is running at anything except 9600 baud.)
 That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}.  After that, the only