aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-10-21 12:54:18 +0000
committerEli Zaretskii <eliz@gnu.org>2006-10-21 12:54:18 +0000
commit0ced0c34ad871dd3f6cd30e43035ae722f551c79 (patch)
tree8e9d183075c791a2fdf8f4badb1f6437e3293649 /gdb
parentfd60e0dfdf98d23a93040e5784eca74a7f69a41b (diff)
downloadbinutils-0ced0c34ad871dd3f6cd30e43035ae722f551c79.zip
binutils-0ced0c34ad871dd3f6cd30e43035ae722f551c79.tar.gz
binutils-0ced0c34ad871dd3f6cd30e43035ae722f551c79.tar.bz2
(Breakpoints): Fix a typo.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index f91e444..19287d6 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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