From 63646b7a2483fe6db59ac21457c7187657482fd9 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 6 Feb 2007 14:50:58 +0000 Subject: [PATCH] Fix comment attached to #endif --- include/elf/reloc-macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/elf/reloc-macros.h b/include/elf/reloc-macros.h index 51e86b5af1..a67419d220 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 */