mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
gdb/doc: fix typo in 'watch' command
* gdb/breakpoint.c (watch_option_defs): Fix typo. Copyright-paperwork-exempt: yes.
This commit is contained in:
committed by
Eli Zaretskii
parent
4311b2c9cf
commit
358ada8bc5
@@ -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."),
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user