diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2020-03-13 10:27:23 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2020-03-13 10:27:23 +0000 |
commit | 2de7fe62534b7a6461c633114f03e9dff394f5f7 (patch) | |
tree | 1756ecf7a7385f6d94318610ed2ee67200057d9f /elf | |
parent | b7176cc2aff4a8883e4834ddf65f8a6fdb1f160e (diff) | |
download | glibc-2de7fe62534b7a6461c633114f03e9dff394f5f7.tar glibc-2de7fe62534b7a6461c633114f03e9dff394f5f7.tar.gz glibc-2de7fe62534b7a6461c633114f03e9dff394f5f7.tar.bz2 glibc-2de7fe62534b7a6461c633114f03e9dff394f5f7.zip |
parse_tunables: Fix typo in comment
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-tunables.c | 2 |
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) |