diff options
author | Nick Clifton <nickc@redhat.com> | 2007-02-06 14:50:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-02-06 14:50:58 +0000 |
commit | 63646b7a2483fe6db59ac21457c7187657482fd9 (patch) | |
tree | 43cc67e0294a6c68d55607b6d4d21f1f9df22db8 /include/elf/reloc-macros.h | |
parent | 264b62058b585d4bee3ef4ffa804fce7400df80e (diff) | |
download | binutils-gdb-63646b7a2483fe6db59ac21457c7187657482fd9.tar.gz |
Fix comment attached to #endif
Diffstat (limited to 'include/elf/reloc-macros.h')
-rw-r--r-- | include/elf/reloc-macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/reloc-macros.h b/include/elf/reloc-macros.h index 51e86b5af15..a67419d220c 100644 --- a/include/elf/reloc-macros.h +++ b/include/elf/reloc-macros.h @@ -98,4 +98,4 @@ name (unsigned long rtype) \ #endif -#endif /* RELOC_MACROS_H */ +#endif /* _RELOC_MACROS_H */ |