]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/doc: fix typo in 'watch' command
authorNicolás Ortega Froysa <nicolas@ortegas.org>
Fri, 30 Aug 2024 07:06:41 +0000 (09:06 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Aug 2024 07:42:25 +0000 (10:42 +0300)
* gdb/breakpoint.c (watch_option_defs): Fix typo.

Copyright-paperwork-exempt: yes.

gdb/breakpoint.c

index 17bd627f867cf3d4dc81322ed1919ba40cbb237d..0871585384672d01ca1f0a3e66e6bbf0d984d005 100644 (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."),
   },
 };