about summary refs log tree commit diff
path: root/elf/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/elf.h')
-rw-r--r--elf/elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 2b41ff0cbc..ec81f0b820 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -546,8 +546,8 @@ typedef struct
 /* Special section indices.  */
 
 #define SHN_MIPS_ACOMMON 0xff00		/* Allocated common symbols */
-#define SHN_MIPS_TEXT	 0xff01		/* Allocated test symbol.  */
-#define SHN_MIPS_DATA	 0xff02		/* Allocated data symbol.  */
+#define SHN_MIPS_TEXT	 0xff01		/* Allocated test symbols.  */
+#define SHN_MIPS_DATA	 0xff02		/* Allocated data symbols.  */
 #define SHN_MIPS_SCOMMON 0xff03		/* Small common symbols */
 #define SHN_MIPS_SUNDEFINED 0xff04	/* Small undefined symbols */