2002-04-12 Michael Snyder <msnyder@redhat.com>

* Remote.c: Spelling fix.
This commit is contained in:
Michael Snyder 2002-04-13 00:12:30 +00:00
parent 4249b23ce6
commit 694f61fb27
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
2002-04-12 Michael Snyder <msnyder@redhat.com>
* Remote.c: Spelling fix.
* gcore.c (default_derive_heap_segment): Use bfd_section_name.
If no symbol found for "sbrk", try "_sbrk".
(make_output_phdrs): Use bfd_section_name.

View File

@ -211,7 +211,7 @@ void open_remote_target (char *, int, struct target_ops *, int);
void _initialize_remote (void);
/* Description of the remote protocol. Strictly speeking, when the
/* Description of the remote protocol. Strictly speaking, when the
target is open()ed, remote.c should create a per-target description
of the remote protocol using that target's architecture.
Unfortunatly, the target stack doesn't include local state. For