From: Nicolás Ortega Froysa Date: Fri, 30 Aug 2024 07:06:41 +0000 (+0200) Subject: gdb/doc: fix typo in 'watch' command X-Git-Tag: gdb-16-branchpoint~1032 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=358ada8bc5c39c1d18f1e36b0402d5a0e04228ec;p=thirdparty%2Fbinutils-gdb.git gdb/doc: fix typo in 'watch' command * gdb/breakpoint.c (watch_option_defs): Fix typo. Copyright-paperwork-exempt: yes. --- diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 17bd627f867..08715853846 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."), }, };