Skip to content

Commit 9df9295

Browse files
aurel32zatrazz
authored andcommitted
manual/tunables: fix a trivial typo
Fixes: 12a497c ("elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)" Reviewed-by: Florian Weimer <[email protected]>
1 parent 1f8f322 commit 9df9295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/tunables.texi

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

0 commit comments

Comments
 (0)