[gdb/cli] Fix help text of maint info target-sections
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 a typo:
...
(gdb) help maint info target-sections
List GDB's internal section table.

Print the current targets section list.  This is a sub-set of all
sections, from all objects currently loaded.  Usually the ALLOC
sectoins.
...

Fix this by using "sections".

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

index c5f2e5cdce0c6b6c9eb165e521cea0ddc8ea57ff..5d52dfafd0652fefd8871ab82eae41f5717a833f 100644 (file)
@@ -1259,7 +1259,7 @@ List GDB's internal section table.\n\
 \n\
 Print the current targets section list.  This is a sub-set of all\n\
 sections, from all objects currently loaded.  Usually the ALLOC\n\
-sectoins."),
+sections."),
           &maintenanceinfolist);
 
   add_basic_prefix_cmd ("print", class_maintenance,