aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elf/dl-tunables.c2
1 files changed, 1 insertions, 1 deletions
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)