This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] bfd/elf32-h8300.c: Fix a comment typo.


Hi,

Attached is a patch to fix a comment typo.  Committed as obvious.

Kazu Hirata

2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>

	* elf32-h8300.c (elf_reloc_map): Fix a comment typo.

Index: elf32-h8300.c
===================================================================
RCS file: /cvs/src/src/bfd/elf32-h8300.c,v
retrieving revision 1.31
diff -u -r1.31 elf32-h8300.c
--- elf32-h8300.c	11 Jul 2003 14:59:40 -0000	1.31
+++ elf32-h8300.c	15 Oct 2003 19:06:16 -0000
@@ -225,7 +225,7 @@
   unsigned char howto_index;
 };
 
-/* An array mapping BFD reloc codes to SH ELF relocs.  */
+/* An array mapping BFD reloc codes to H8 ELF relocs.  */
 
 static const struct elf_reloc_map h8_reloc_map[] = {
   { BFD_RELOC_NONE, R_H8_NONE_X },


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]