Skip to content

Commit e6ced4d

Browse files
authored
Typo fix in large_sections.rst (#120101)
Remove duplicate word.
1 parent a487b79 commit e6ced4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/docs/ELF/large_sections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ to them.
2929
Large globals are placed in separate sections from small globals, and those
3030
sections have a "large" section flag, e.g. ``SHF_X86_64_LARGE`` for x86-64. The
3131
linker places large sections on the outer edges of the binary, making sure they
32-
do not affect affect the distance of small globals to text. The large versions
32+
do not affect the distance of small globals to text. The large versions
3333
of ``.rodata``, ``.bss``, and ``.data`` are ``.lrodata``, ``.lbss``, and
3434
``.ldata``, and they are laid out as follows:
3535

0 commit comments

Comments
 (0)