]> sourceware.org Git - glibc.git/commitdiff
elf.h: fix spelling typos in comments
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 12 Dec 2020 00:30:00 +0000 (00:30 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 12 Dec 2020 00:30:00 +0000 (00:30 +0000)
Since elf.h is a public header file copied to other projects,
try to make it free from spelling typos.

This change fixes the following spelling typos in comments of elf.h:

Auxialiary -> Auxiliary
tenatively -> tentatively
compatability -> compatibility

elf/elf.h

index 93994cef2b0feaa099d1828cac0875db4e37c018..0300d7cfac73a8b4446f83bea0dfaea8acde0056 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1048,7 +1048,7 @@ typedef struct
 #define        VER_NDX_LORESERVE       0xff00  /* Beginning of reserved entries.  */
 #define        VER_NDX_ELIMINATE       0xff01  /* Symbol is to be eliminated.  */
 
-/* Auxialiary version information.  */
+/* Auxiliary version information.  */
 
 typedef struct
 {
@@ -2143,7 +2143,7 @@ enum
 
 /* Additional section indices.  */
 
-#define SHN_PARISC_ANSI_COMMON 0xff00     /* Section for tenatively declared
+#define SHN_PARISC_ANSI_COMMON 0xff00     /* Section for tentatively declared
                                              symbols in ANSI C.  */
 #define SHN_PARISC_HUGE_COMMON 0xff01     /* Common blocks in huge model.  */
 
@@ -3972,7 +3972,7 @@ enum
 #define R_METAG_RELBRANCH      4
 #define R_METAG_GETSETOFF      5
 
-/* Backward compatability */
+/* Backward compatibility */
 #define R_METAG_REG32OP1       6
 #define R_METAG_REG32OP2       7
 #define R_METAG_REG32OP3       8
This page took 0.047204 seconds and 5 git commands to generate.