]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual/tunables: fix a trivial typo
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 13 Apr 2025 15:33:23 +0000 (17:33 +0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 14 Apr 2025 13:24:55 +0000 (10:24 -0300)
Fixes: 12a497c716f0 ("elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)"
Reviewed-by: Florian Weimer <fweimer@redhat.com>
manual/tunables.texi

index 67064f595ee6d9f0ded4d3cef5057fc646e14f27..d11ca7ed7c07364d07a893f0ebd89b57dadbaca4 100644 (file)
@@ -367,7 +367,7 @@ stack is allowed from the main program.  Setting the value to @code{0} disables
 the ABI auto-negotiation (meaning no executable stacks even if the ABI or ELF
 header requires it), @code{1} enables auto-negotiation (although the program
 might not need an executable stack), while @code{2} forces an executable
-stack at process start.  Tthis is provided for compatibility reasons, when
+stack at process start.  This is provided for compatibility reasons, when
 the program dynamically loads modules with @code{dlopen} which require
 an executable stack.