aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-03-28 01:35:56 +0000
committerMichael Snyder <msnyder@vmware.com>2002-03-28 01:35:56 +0000
commitd4654627e1532d821bb85c904d905a52fcd229ee (patch)
treed1d297200940be06c3eab6af6423faa12c648a3b /gdb/symfile.c
parent6be8bc0c924e82efb481f9bd3a2011a24cd5d537 (diff)
downloadgdb-d4654627e1532d821bb85c904d905a52fcd229ee.zip
gdb-d4654627e1532d821bb85c904d905a52fcd229ee.tar.gz
gdb-d4654627e1532d821bb85c904d905a52fcd229ee.tar.bz2
2002-03-27 Michael Snyder <msnyder@redhat.com>
* breakpoint.c (_initialize_breakpoint): Clean up help string. * infcmd.c (_initialize_infcmd): Ditto. * language.c (_initialize_language): Ditto. * symfile.c (_initialize_symfile): Ditto. * top.c (_init_main): Ditto. * cli/cli-cmds.c (init_cli_cmds): Ditto.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r--gdb/symfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c
index 985d80b..cd9133b 100644
--- a/gdb/symfile.c
+++ b/gdb/symfile.c
@@ -3233,7 +3233,7 @@ Load the symbols from FILE, assuming FILE has been dynamically loaded.\n\
ADDR is the starting address of the file's text.\n\
The optional arguments are section-name section-address pairs and\n\
should be specified if the data and bss segments are not contiguous\n\
-with the text. SECT is a section name to be loaded at SECT_ADDR.",
+with the text. SECT is a section name to be loaded at SECT_ADDR.",
&cmdlist);
set_cmd_completer (c, filename_completer);