summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2023-06-03 22:43:57 +0200
committerTom de Vries <tdevries@suse.de>2023-06-03 22:43:57 +0200
commit8def33e68cc49cf5a539a123f71c82452c8c1ccb (patch)
tree4ef6482bdf7b28c30208fe6c664446cc370c93af
parenta383ee4099568a346dcf1307bda246a208e57614 (diff)
[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>
-rw-r--r--gdb/maint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/maint.c b/gdb/maint.c
index c5f2e5cdce0..5d52dfafd06 100644
--- a/gdb/maint.c
+++ b/gdb/maint.c
@@ -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,