summaryrefslogtreecommitdiff
path: root/lld/docs
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2023-05-10 19:53:47 +0200
committerNico Weber <thakis@chromium.org>2023-05-10 19:53:55 +0200
commit2e2e1104641b2108774d38bf6e85f756a7cf9567 (patch)
tree225db5393a4b19269f30493506e16791883b2577 /lld/docs
parent63eb04a3683996db26dbf1534682c5696d93b080 (diff)
downloadllvm-2e2e1104641b2108774d38bf6e85f756a7cf9567.tar.gz
fix typos to cycle bots
Diffstat (limited to 'lld/docs')
-rw-r--r--lld/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 393b3f7d848d..bf3b84b2efb8 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -47,6 +47,6 @@ WebAssembly Improvements
Fixes
#####
-* Arm exception index tables (.ARM.exidx sections) are now ouptut
+* Arm exception index tables (.ARM.exidx sections) are now output
correctly when they are at a non zero offset within their output
section. (`D148033 <https://reviews.llvm.org/D148033>`_)