aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-07 07:07:55 +0000
committerChris Lattner <sabre@nondot.org>2007-11-07 07:07:55 +0000
commit6d37581bd5a3343200e0a0a73f15d2582acc647f (patch)
tree2f6e1a2020c9e10d64592fe6ca1ceee810aedd2d /docs
parent9df3536a9fa6df1ab4ecaf75e1d0a47639c0ea2f (diff)
downloadexternal_llvm-6d37581bd5a3343200e0a0a73f15d2582acc647f.zip
external_llvm-6d37581bd5a3343200e0a0a73f15d2582acc647f.tar.gz
external_llvm-6d37581bd5a3343200e0a0a73f15d2582acc647f.tar.bz2
minor edit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index fe047c9..5f82cf6 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -25,7 +25,7 @@
<li><!--<a href="Tutorial5.html">-->Invoking the JIT</li>
</ol>
</li>
- <li>Implementing a language with LLVM: Kaleidoscope
+ <li>Kaleidoscope: Implementing a Language with LLVM
<ol>
<li><a href="LangImpl1.html">Tutorial Introduction and the Lexer</a></li>
<li><a href="LangImpl2.html">Implementing a Parser and AST</a></li>