parse_tunables: Fix typo in comment
authorJonathan Wakely <jwakely@redhat.com>
Fri, 13 Mar 2020 10:27:23 +0000 (10:27 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 13 Mar 2020 10:27:23 +0000 (10:27 +0000)
elf/dl-tunables.c

index 44d0666..a1001fe 100644 (file)
@@ -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)