aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorNicolás Ortega Froysa <nicolas@ortegas.org>2024-08-30 09:06:41 +0200
committerEli Zaretskii <eliz@gnu.org>2024-08-30 10:42:25 +0300
commit358ada8bc5c39c1d18f1e36b0402d5a0e04228ec (patch)
treeefdd24a583258af1a492d0977f3a30d836eb802f /gdb
parent4311b2c9cfa2a15fc594fe6dad9a44f948490333 (diff)
downloadbinutils-358ada8bc5c39c1d18f1e36b0402d5a0e04228ec.zip
binutils-358ada8bc5c39c1d18f1e36b0402d5a0e04228ec.tar.gz
binutils-358ada8bc5c39c1d18f1e36b0402d5a0e04228ec.tar.bz2
gdb/doc: fix typo in 'watch' command
* gdb/breakpoint.c (watch_option_defs): Fix typo. Copyright-paperwork-exempt: yes.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/breakpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 17bd627..0871585 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -10749,7 +10749,7 @@ static const gdb::option::option_def watch_option_defs[] = {
"location",
[] (watch_options *opt) { return &opt->location; },
N_("\
-This evaluates EXPRESSION and watches the memory to which is refers.\n\
+This evaluates EXPRESSION and watches the memory to which it refers.\n\
-l can be used as a short form of -location."),
},
};