[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)
commit8def33e68cc49cf5a539a123f71c82452c8c1ccb
tree4ef6482bdf7b28c30208fe6c664446cc370c93af
parenta383ee4099568a346dcf1307bda246a208e57614
[gdb/cli] Fix help text of maint info target-sections

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