summaryrefslogtreecommitdiffstats
path: root/llvm/docs
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
commit16f98b255d213a7ca599c0d07119e96e96206ee9 (patch)
treeadf70fd6c649a0346917f39e229300d07724d4c9 /llvm/docs
parent246b0b617d66d7e8107e3a5f9a4522ff7ec2afd2 (diff)
downloadbcm5719-llvm-16f98b255d213a7ca599c0d07119e96e96206ee9.tar.gz
bcm5719-llvm-16f98b255d213a7ca599c0d07119e96e96206ee9.zip
Fix some doc and comment typos
llvm-svn: 205899
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/CompilerWriterInfo.rst2
-rw-r--r--llvm/docs/LangRef.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst
index 240271a1a47..606b5f5afec 100644
--- a/llvm/docs/CompilerWriterInfo.rst
+++ b/llvm/docs/CompilerWriterInfo.rst
@@ -113,7 +113,7 @@ XCore
-----
* `The XMOS XS1 Architecture (ISA) <https://www.xmos.com/en/download/public/The-XMOS-XS1-Architecture%28X7879A%29.pdf>`_
-* `Tools Developement Guide (includes ABI) <https://www.xmos.com/download/public/Tools-Development-Guide%28X9114A%29.pdf>`_
+* `Tools Development Guide (includes ABI) <https://www.xmos.com/download/public/Tools-Development-Guide%28X9114A%29.pdf>`_
Other relevant lists
--------------------
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index fff627b8bb7..752e3578222 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/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.
OpenPOWER on IntegriCloud