From 358ada8bc5c39c1d18f1e36b0402d5a0e04228ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 30 Aug 2024 09:06:41 +0200 Subject: [PATCH] gdb/doc: fix typo in 'watch' command * gdb/breakpoint.c (watch_option_defs): Fix typo. Copyright-paperwork-exempt: yes. --- gdb/breakpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."), }, }; -- 2.39.5