aboutsummaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2023-05-28 13:13:12 -0700
committerKazu Hirata <kazu@google.com>2023-05-28 13:13:12 -0700
commita82f2b2db34c58f18d7abbdbe7af51cc1e7ec3aa (patch)
treeecfd1ea6d83b2810383cfbcdaf57e7fd6b94744e /lld
parentfb250b8295b9f65590017c5b13d6de0b4f4617c1 (diff)
downloadllvm-a82f2b2db34c58f18d7abbdbe7af51cc1e7ec3aa.zip
llvm-a82f2b2db34c58f18d7abbdbe7af51cc1e7ec3aa.tar.gz
llvm-a82f2b2db34c58f18d7abbdbe7af51cc1e7ec3aa.tar.bz2
Fix typos in documentation
Diffstat (limited to 'lld')
-rw-r--r--lld/docs/ELF/start-stop-gc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/ELF/start-stop-gc.rst b/lld/docs/ELF/start-stop-gc.rst
index 0baa1ca..acbc3c9 100644
--- a/lld/docs/ELF/start-stop-gc.rst
+++ b/lld/docs/ELF/start-stop-gc.rst
@@ -10,7 +10,7 @@ If your ``-Wl,--gc-sections`` build fail with a linker error like this:
it is likely your C identifier name sections are not properly annotated to
suffice under ``--gc-sections``.
-``__start_meta`` and ``__stop_meta`` are sometimed called encapsulation
+``__start_meta`` and ``__stop_meta`` are sometimes called encapsulation
symbols. In October 2015, GNU ld switched behavior and made a ``__start_meta``
reference from a live section retain all ``meta`` input sections. This
conservative behavior works for existing code which does not take GC into fair