From: Jonathan Wakely Date: Fri, 13 Mar 2020 10:27:23 +0000 (+0000) Subject: parse_tunables: Fix typo in comment X-Git-Tag: glibc-2.32~507 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de7fe62534b7a6461c633114f03e9dff394f5f7;p=thirdparty%2Fglibc.git parse_tunables: Fix typo in comment --- diff --git a/elf/dl-tunables.c b/elf/dl-tunables.c index 44d06665b48..a1001fe3130 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)