[glibc] parse_tunables: Fix typo in comment

Jonathan Wakely redi@sourceware.org
Fri Mar 13 10:28:57 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2de7fe62534b7a6461c633114f03e9dff394f5f7

commit 2de7fe62534b7a6461c633114f03e9dff394f5f7
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Mar 13 10:27:23 2020 +0000

    parse_tunables: Fix typo in comment

Diff:
---
 elf/dl-tunables.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/dl-tunables.c b/elf/dl-tunables.c
index 44d06665b4..a1001fe313 100644
--- a/elf/dl-tunables.c
+++ b/elf/dl-tunables.c
@@ -218,7 +218,7 @@ parse_tunables (char *tunestr, char *valstring)
 	    {
 	      /* If we are in a secure context (AT_SECURE) then ignore the tunable
 		 unless it is explicitly marked as secure.  Tunable values take
-		 precendence over their envvar aliases.  */
+		 precedence over their envvar aliases.  */
 	      if (__libc_enable_secure)
 		{
 		  if (cur->security_level == TUNABLE_SECLEVEL_SXID_ERASE)


More information about the Glibc-cvs mailing list