(Breakpoints): Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Oct 2006 12:54:18 +0000 (12:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Oct 2006 12:54:18 +0000 (12:54 +0000)
gdb/doc/gdb.texinfo

index f91e444..19287d6 100644 (file)
@@ -2779,7 +2779,7 @@ call).
 @cindex breakpoint on variable modification
 A @dfn{watchpoint} is a special breakpoint that stops your program
 when the value of an expression changes.  The expression may be a value
-of a variable, or it could involve values of on or more variables
+of a variable, or it could involve values of one or more variables
 combined by operators, such as @samp{a + b}.  This is sometimes called
 @dfn{data breakpoints}.  You must use a different command to set
 watchpoints (@pxref{Set Watchpoints, ,Setting watchpoints}), but aside