[llvm-commits] [llvm] r48809 - /llvm/trunk/docs/tutorial/LangImpl1.html
Erick Tryzelaar
idadesub at users.sourceforge.net
Tue Mar 25 17:38:56 PDT 2008
Author: erickt
Date: Tue Mar 25 19:38:56 2008
New Revision: 48809
URL: http://llvm.org/viewvc/llvm-project?rev=48809&view=rev
Log:
Test commit (removed trailing whitespace)
Modified:
llvm/trunk/docs/tutorial/LangImpl1.html
Modified: llvm/trunk/docs/tutorial/LangImpl1.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl1.html?rev=48809&r1=48808&r2=48809&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl1.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl1.html Tue Mar 25 19:38:56 2008
@@ -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>
More information about the llvm-commits
mailing list