public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] elf.h: fix spelling typos in comments
@ 2020-12-12  0:40 Dmitry Levin
  0 siblings, 0 replies; only message in thread
From: Dmitry Levin @ 2020-12-12  0:40 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=30bc0033160c3288bf2af0b70858e78253dfd5c0

commit 30bc0033160c3288bf2af0b70858e78253dfd5c0
Author: Dmitry V. Levin <ldv@altlinux.org>
Date:   Sat Dec 12 00:30:00 2020 +0000

    elf.h: fix spelling typos in comments
    
    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

Diff:
---
 elf/elf.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/elf/elf.h b/elf/elf.h
index 93994cef2b..0300d7cfac 100644
--- 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-12  0:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-12  0:40 [glibc] elf.h: fix spelling typos in comments Dmitry Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).