aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2008-03-26 00:38:56 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2008-03-26 00:38:56 +0000
commite939d38e96c16eb8994dbbcc4b95df1ee83e5f27 (patch)
tree28dc601507344a93007005f6b014b92f87123cee /docs
parent4bf4971f562e8888ed0bc8f0a8c59f7e6b7f3496 (diff)
downloadexternal_llvm-e939d38e96c16eb8994dbbcc4b95df1ee83e5f27.zip
external_llvm-e939d38e96c16eb8994dbbcc4b95df1ee83e5f27.tar.gz
external_llvm-e939d38e96c16eb8994dbbcc4b95df1ee83e5f27.tar.bz2
Test commit (removed trailing whitespace)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial/LangImpl1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl1.html b/docs/tutorial/LangImpl1.html
index 487ddd9..5e1786c 100644
--- a/docs/tutorial/LangImpl1.html
+++ b/docs/tutorial/LangImpl1.html
@@ -37,7 +37,7 @@
<p>Welcome to the "Implementing a language with LLVM" tutorial. This tutorial
runs through the implementation of a simple language, showing how fun and
-easy it can be. This tutorial will get you up and started as well as help to
+easy it can be. This tutorial will get you up and started as well as help to
build a framework you can extend to other languages. The code in this tutorial
can also be used as a playground to hack on other LLVM specific things.
</p>