diff options
author | Nick Clifton <nickc@redhat.com> | 1998-12-03 17:03:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-12-03 17:03:56 +0000 |
commit | 37b0c1aa7219a943171cd7aea5acc7e6b77440a1 (patch) | |
tree | a08e0ef2ea9c0b214f72593925260a206c35d256 | |
parent | 2f53621405493d26c66df995cac2576749cd2b29 (diff) | |
download | fsf-binutils-gdb-37b0c1aa7219a943171cd7aea5acc7e6b77440a1.zip fsf-binutils-gdb-37b0c1aa7219a943171cd7aea5acc7e6b77440a1.tar.gz fsf-binutils-gdb-37b0c1aa7219a943171cd7aea5acc7e6b77440a1.tar.bz2 |
Fix typo in orevious delta
-rw-r--r-- | bfd/elf32-fr30.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-fr30.c b/bfd/elf32-fr30.c index f5853a1..820e6ea 100644 --- a/bfd/elf32-fr30.c +++ b/bfd/elf32-fr30.c @@ -252,7 +252,7 @@ fr30_elf_i20_reloc (abfd, reloc_entry, symbol, data, } -/* Utility to actually perform a R_FR30_32 reloc. */ +/* Utility to actually perform a R_FR30_48 reloc. */ static bfd_reloc_status_type fr30_elf_i32_reloc (abfd, reloc_entry, symbol, data, |