diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-14 20:20:58 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-14 20:20:58 +0000 |
commit | be8f396bde1a2bf342cd337c921afd0adee1d7d2 (patch) | |
tree | f451e5dc93528abcbc0ecd0a866203a51258c596 /clang/docs/LanguageExtensions.rst | |
parent | 84666a19649df885b40e2fb1da1c11674fcd9620 (diff) | |
download | bcm5719-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.rst | 2 |
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 |