[04/10,gdb/cli] Fix help text of maint set ignore-prologue-end-flag

Message ID 20230602155639.28245-5-tdevries@suse.de
State Committed
Headers
Series Fix typos and misspellings |

Commit Message

Tom de Vries June 2, 2023, 3:56 p.m. UTC
  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 repitition "use use".

Fix by replacing with "Disabling" and "use".
---
 gdb/symtab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gdb/symtab.c b/gdb/symtab.c
index 5e1b9d91879..59bdc007fe3 100644
--- a/gdb/symtab.c
+++ b/gdb/symtab.c
@@ -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,