summaryrefslogtreecommitdiff
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
commit881649809b5e934aa566f8bc984f217b824d632e (patch)
tree2f6e1a2020c9e10d64592fe6ca1ceee810aedd2d /docs
parent8bbe014f03a5efd93a6c5e95513f03d9fde2b0da (diff)
downloadllvm-881649809b5e934aa566f8bc984f217b824d632e.tar.gz
llvm-881649809b5e934aa566f8bc984f217b824d632e.tar.bz2
llvm-881649809b5e934aa566f8bc984f217b824d632e.tar.xz
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 fe047c9d24..5f82cf630b 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>