diff options
| author | Alp Toker <alp@nuanti.com> | 2014-04-09 14:47:27 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2014-04-09 14:47:27 +0000 |
| commit | 16f98b255d213a7ca599c0d07119e96e96206ee9 (patch) | |
| tree | adf70fd6c649a0346917f39e229300d07724d4c9 /llvm/docs | |
| parent | 246b0b617d66d7e8107e3a5f9a4522ff7ec2afd2 (diff) | |
| download | bcm5719-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.rst | 2 | ||||
| -rw-r--r-- | llvm/docs/LangRef.rst | 2 |
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. |

