]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
(Releasing GDB, Coding): Fix typos.
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Apr 2002 19:37:04 +0000 (19:37 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Apr 2002 19:37:04 +0000 (19:37 +0000)
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 544ad7bcc6323217963f0738b17ddc6b07de5651..51606f5750b397a5f9f7e5fc8e0d9106bfcdf841 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
+       "Theodore A. Roth" <troth@verinet.com>.
+
 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
 
        * gdb.texinfo (Bug Reporting): Document that the web is the
index b0461714b89c3f3d52d9219119effeef50ac225b..67f22f004fbf0600367868d9e9905ed2db79d6cd 100644 (file)
@@ -4631,7 +4631,7 @@ symbol to write conditional code which should only be compiled for
 such hosts.
 
 @findex IS_DIR_SEPARATOR
-@item IS_DIR_SEPARATOR (@var{c}
+@item IS_DIR_SEPARATOR (@var{c})
 Evaluates to a non-zero value if @var{c} is a directory separator
 character.  On Unix and GNU/Linux systems, only a slash @file{/} is
 such a character, but on Windows, both @file{/} and @file{\} will
@@ -4825,8 +4825,8 @@ or so included files.
 @section Obsolete any code
 
 Before anything else, poke the other developers (and around the source
-code) to see there is anything that can be removed from @value{GDBN} (an
-old target, an unused file).
+code) to see if there is anything that can be removed from @value{GDBN}
+(an old target, an unused file).
 
 Obsolete code is identified by adding an @code{OBSOLETE} prefix to every
 line.  Doing this means that it is easy to identify obsolete code when