[PATCH] parse_tunables: Fix typo in comment

Jonathan Wakely jwakely@redhat.com
Thu Mar 12 12:41:12 GMT 2020


Untested patch to fix a typo.

-------------- next part --------------
commit 76948ad721b9929dbddfc997baf29d5c48e7e828
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Mar 12 12:38:59 2020 +0000

    parse_tunables: Fix typo in comment

diff --git a/elf/dl-tunables.c b/elf/dl-tunables.c
index b0980c5ad9..edfe00ae35 100644
--- a/elf/dl-tunables.c
+++ b/elf/dl-tunables.c
@@ -219,7 +219,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 Libc-alpha mailing list