[llvm-commits] CVS: llvm/docs/GettingStarted.html
John Criswell
criswell at cs.uiuc.edu
Mon Nov 22 09:16:40 PST 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.78 -> 1.79
---
Log message:
Fixed typo.
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.78 llvm/docs/GettingStarted.html:1.79
--- llvm/docs/GettingStarted.html:1.78 Fri Nov 19 19:27:40 2004
+++ llvm/docs/GettingStarted.html Mon Nov 22 11:16:26 2004
@@ -397,8 +397,8 @@
<li><tt>cvs -d :pserver:anoncvs at cvs.codesourcery.com:/home/qm/Repository co -r release-2-0-3 qm</tt></li>
</ul>
</li>
- <li><a name="Note4">Only the C and C++ languages needed so there's no need
- to build the other languages for LLVM's purposes.</a> See
+ <li><a name="Note4">Only the C and C++ languages are needed so there's no
+ need to build the other languages for LLVM's purposes.</a> See
<a href="#brokengcc">below</a> for specific version info.
</li>
<li><a name="Note5">You only need CVS if you intend to build from the
@@ -1438,7 +1438,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/20 01:27:40 $
+ Last modified: $Date: 2004/11/22 17:16:26 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list