1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
authorStan Shebs <shebs@codesourcery.com>
Mon, 21 Dec 1998 19:01:58 +0000 (19:01 +0000)
committerStan Shebs <shebs@codesourcery.com>
Mon, 21 Dec 1998 19:01:58 +0000 (19:01 +0000)
* gdb.texinfo: Fix tipo.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 6201528fb925096922d423c3c047c5f1a7ab23a0..a75ee607d7603b0f8d2f5b57544883426e5e6430 100644 (file)
@@ -1,3 +1,7 @@
+1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
+
+       * gdb.texinfo: Fix tipo.
+
 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
index 9ec745f0f77f271edb0ba61e92b17e2dfa8ae4d4..8467157defaa04d84c7672f86b72fb7304f05f15 100644 (file)
@@ -2363,7 +2363,7 @@ and both watchpoints must be the same kind.  For example, you can set two
 watchpoints with @code{watch} commands, two with @code{rwatch}
 commands, @strong{or} two with @code{awatch} commands, but you cannot set one
 watchpoint with one command and the other with a different command. 
-@value{GBDN} will reject the command if you try to mix watchpoints.
+@value{GDBN} will reject the command if you try to mix watchpoints.
 Delete or disable unused watchpoint commands before setting new ones.
 
 @kindex rwatch