summaryrefslogtreecommitdiffstats
path: root/clang/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
commitbe8f396bde1a2bf342cd337c921afd0adee1d7d2 (patch)
treef451e5dc93528abcbc0ecd0a866203a51258c596 /clang/docs/LanguageExtensions.rst
parent84666a19649df885b40e2fb1da1c11674fcd9620 (diff)
downloadbcm5719-llvm-be8f396bde1a2bf342cd337c921afd0adee1d7d2.tar.gz
bcm5719-llvm-be8f396bde1a2bf342cd337c921afd0adee1d7d2.zip
Fix some typos in the clang doc
llvm-svn: 260856
Diffstat (limited to 'clang/docs/LanguageExtensions.rst')
-rw-r--r--clang/docs/LanguageExtensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index 333dee618ce..2dbf223d688 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/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
OpenPOWER on IntegriCloud