summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-02-14 20:20:58 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-02-14 20:20:58 +0000
commit63e7bd2743c7c574a4b3f5fe64cafd47387a2b26 (patch)
tree82165d957047d9fac454b096bfcd2a9ed743e04c /docs/LanguageExtensions.rst
parent3c7f04f6360bef27557212d7c1b4662f6e5aeb76 (diff)
Fix some typos in the clang doc
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.rst')
-rw-r--r--docs/LanguageExtensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index 333dee618c..2dbf223d68 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -1857,7 +1857,7 @@ in the `ARM C Language Extensions Release 2.0
<http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053c/IHI0053C_acle_2_0.pdf>`_.
Note that these intrinsics are implemented as motion barriers that block
reordering of memory accesses and side effect instructions. Other instructions
-like simple arithmatic may be reordered around the intrinsic. If you expect to
+like simple arithmetic may be reordered around the intrinsic. If you expect to
have no reordering at all, use inline assembly instead.
X86/X86-64 Language Extensions