]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 44d06665b48cf2e356399207f7bbdb5a08cbf063..a1001fe31304f4c0b45905f9bdaf80a2b40f8d99 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)