]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/symtab.c
[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)
commita383ee4099568a346dcf1307bda246a208e57614
treec59d9e274b51a00022a7d58f6b4f68401bb6b4aa
parent2595faaa1c0d1be77ce85e7526ce39f862c6def5
[gdb/cli] Fix help text of maint set ignore-prologue-end-flag

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