summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-04-09 14:47:27 +0000
committerAlp Toker <alp@nuanti.com>2014-04-09 14:47:27 +0000
commit46d36be2eb02f35fef15952699d0e32e6138760d (patch)
tree377a6835c162218586f0bef2cf8f8c727ab9fc2a /docs/LangRef.rst
parent35fb92daddc1322f8f1a1623f098eb6f28e0d149 (diff)
downloadllvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.gz
llvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.bz2
llvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.xz
Fix some doc and comment typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.rst')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index fff627b8bb..752e357822 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -6969,7 +6969,7 @@ Semantics:
On platforms with coherent instruction and data caches (e.g. x86), this
intrinsic is a nop. On platforms with non-coherent instruction and data
-cache (e.g. ARM, MIPS), the intrinsic is lowered either to appropiate
+cache (e.g. ARM, MIPS), the intrinsic is lowered either to appropriate
instructions or a system call, if cache flushing requires special
privileges.