summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNico Rieck <nico.rieck@gmail.com>2014-02-15 06:02:36 +0000
committerNico Rieck <nico.rieck@gmail.com>2014-02-15 06:02:36 +0000
commitb556a706f617beff8cf6947e6d1f0cc97391631b (patch)
treed414badb29da54cc46972abcc7fd3d4f7dc7ee99 /docs
parent76554f34183b7d1e5d9cedb353a063ede0c9d7e1 (diff)
downloadllvm-b556a706f617beff8cf6947e6d1f0cc97391631b.tar.gz
llvm-b556a706f617beff8cf6947e6d1f0cc97391631b.tar.bz2
llvm-b556a706f617beff8cf6947e6d1f0cc97391631b.tar.xz
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201461 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/Extensions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Extensions.rst b/docs/Extensions.rst
index f499bdd57e..7d8c521ec4 100644
--- a/docs/Extensions.rst
+++ b/docs/Extensions.rst
@@ -144,8 +144,8 @@ MC supports passing the information in ``.linkonce`` at the end of
.long 1
Note that in the combined form the COMDAT symbol is explicit. This
-extension exits to support multiple sections with the same name in
-different comdats:
+extension exists to support multiple sections with the same name in
+different COMDATs:
.. code-block:: gas