[lld] e6ced4d - Typo fix in large_sections.rst (#120101)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 06:01:07 PST 2024
Author: Ivan G.
Date: 2024-12-17T14:01:03Z
New Revision: e6ced4da4499007a366ada31cfb07e0b4fbf2393
URL: https://github.com/llvm/llvm-project/commit/e6ced4da4499007a366ada31cfb07e0b4fbf2393
DIFF: https://github.com/llvm/llvm-project/commit/e6ced4da4499007a366ada31cfb07e0b4fbf2393.diff
LOG: Typo fix in large_sections.rst (#120101)
Remove duplicate word.
Added:
Modified:
lld/docs/ELF/large_sections.rst
Removed:
################################################################################
diff --git a/lld/docs/ELF/large_sections.rst b/lld/docs/ELF/large_sections.rst
index 5dccb3373e1c96..bdde1d122b4a70 100644
--- a/lld/docs/ELF/large_sections.rst
+++ b/lld/docs/ELF/large_sections.rst
@@ -29,7 +29,7 @@ to them.
Large globals are placed in separate sections from small globals, and those
sections have a "large" section flag, e.g. ``SHF_X86_64_LARGE`` for x86-64. The
linker places large sections on the outer edges of the binary, making sure they
-do not affect affect the distance of small globals to text. The large versions
+do not affect the distance of small globals to text. The large versions
of ``.rodata``, ``.bss``, and ``.data`` are ``.lrodata``, ``.lbss``, and
``.ldata``, and they are laid out as follows:
More information about the llvm-commits
mailing list