[gdb/cli] Fix help text of maint set ignore-prologue-end-flag
authorTom de Vries <tdevries@suse.de>
Sat, 3 Jun 2023 20:43:57 +0000 (22:43 +0200)
committerTom de Vries <tdevries@suse.de>
Sat, 3 Jun 2023 20:43:57 +0000 (22:43 +0200)
I noticed here:
...
(gdb) help maint set ignore-prologue-end-flag
Set if the PROLOGUE-END flag is ignored.
The PROLOGUE-END flag from the line-table entries is used to place \
  breakpoints past the prologue of functions.  Disabeling its use use forces \
  the use of prologue scanners.
...
a typo in "Disabeling" and accidental word repetition "use use".

Fix by replacing with "Disabling" and "use".

Reviewed-By: Tom Tromey <tom@tromey.com>
gdb/symtab.c

index 5e1b9d91879c02d28270c555ea71096f51b943a1..59bdc007fe35a4b6f632a26a1e5daf24822e223c 100644 (file)
@@ -6977,7 +6977,7 @@ If zero then the symbol cache is disabled."),
                           _("Show if the PROLOGUE-END flag is ignored."),
                           _("\
 The PROLOGUE-END flag from the line-table entries is used to place \
-breakpoints past the prologue of functions.  Disabeling its use use forces \
+breakpoints past the prologue of functions.  Disabling its use forces \
 the use of prologue scanners."),
                           nullptr, nullptr,
                           &maintenance_set_cmdlist,