diff options
author | Tom Tromey <tromey@redhat.com> | 2013-01-31 16:06:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-01-31 16:06:47 +0000 |
commit | c495790256d052740423f03f837bb6e9ae1fa27a (patch) | |
tree | 734e93284d86ab05760cb865473d8485b1a06995 | |
parent | 765a97abdac19e9a1e5409e0c715b0441305cf51 (diff) | |
download | gdb-c495790256d052740423f03f837bb6e9ae1fa27a.zip gdb-c495790256d052740423f03f837bb6e9ae1fa27a.tar.gz gdb-c495790256d052740423f03f837bb6e9ae1fa27a.tar.bz2 |
* gdb.texinfo (Target Commands): Fix typo.
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 373ad45..1e1b2fb 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-01-31 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (Target Commands): Fix typo. + 2013-01-23 Siva Chandra Reddy <sivachandra@google.com> * doc/gdb.texinfo (Architectures In Python): New sub-sub-section diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4b51228..a8a7284 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -17169,7 +17169,7 @@ you must know the actual BFD name. Use the @code{show gnutarget} command to display what file format @code{gnutarget} is set to read. If you have not set @code{gnutarget}, @value{GDBN} will determine the file format for each file automatically, -and @code{show gnutarget} displays @samp{The current BDF target is "auto"}. +and @code{show gnutarget} displays @samp{The current BFD target is "auto"}. @end table @cindex common targets |