diff mbox series

parse_tunables: Fix typo in comment

Message ID 20200312124112.GD9441@redhat.com
State New
Headers show
Series parse_tunables: Fix typo in comment | expand

Commit Message

develop--- via Libc-alpha March 12, 2020, 12:41 p.m. UTC
Untested patch to fix a typo.
commit 76948ad721b9929dbddfc997baf29d5c48e7e828
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Mar 12 12:38:59 2020 +0000

    parse_tunables: Fix typo in comment

Comments

Siddhesh Poyarekar March 13, 2020, 2:10 a.m. UTC | #1
On 12/03/20 18:11, Jonathan Wakely via Libc-alpha wrote:
> Untested patch to fix a typo.
> 

Thanks, that's an obvious fix, please commit.

Siddhesh
develop--- via Libc-alpha March 13, 2020, 10:29 a.m. UTC | #2
On 13/03/20 07:40 +0530, Siddhesh Poyarekar wrote:
>On 12/03/20 18:11, Jonathan Wakely via Libc-alpha wrote:
>> Untested patch to fix a typo.
>>
>
>Thanks, that's an obvious fix, please commit.
>
>Siddhesh


Done, thanks.
diff mbox series

Patch

diff --git a/elf/dl-tunables.c b/elf/dl-tunables.c
index b0980c5ad9..edfe00ae35 100644
--- a/elf/dl-tunables.c
+++ b/elf/dl-tunables.c
@@ -219,7 +219,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)