gdb/doc: fix typo in 'watch' command

* gdb/breakpoint.c (watch_option_defs): Fix typo.

Copyright-paperwork-exempt: yes.
This commit is contained in:
Nicolás Ortega Froysa
2024-08-30 09:06:41 +02:00
committed by Eli Zaretskii
parent 4311b2c9cf
commit 358ada8bc5

View File

@@ -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."),
},
};