]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-04-12 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Sat, 13 Apr 2002 00:12:30 +0000 (00:12 +0000)
committerMichael Snyder <msnyder@vmware.com>
Sat, 13 Apr 2002 00:12:30 +0000 (00:12 +0000)
        * Remote.c: Spelling fix.

gdb/ChangeLog
gdb/remote.c

index 37db04c91dcfa0b41588d9c20074bce4bf29eeb7..a65a53fccba1c170a8fa3f62a256026c195d2f15 100644 (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.
index 89bed2c3b184eeb47592d909c68533e8445fd820..a7736800edf1b323a4a0a96394a9fdacbd0b07a3 100644 (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