[llvm-commits] CVS: llvm/docs/FAQ.html

Jeff Cohen jeffc at jolt-lang.org
Wed Apr 26 11:05:38 PDT 2006



Changes in directory llvm/docs:

FAQ.html updated: 1.33 -> 1.34
---
Log message:

Fix typo.

---
Diffs of the changes:  (+2 -2)

 FAQ.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.33 llvm/docs/FAQ.html:1.34
--- llvm/docs/FAQ.html:1.33	Wed Apr 26 10:46:53 2006
+++ llvm/docs/FAQ.html	Wed Apr 26 13:05:25 2006
@@ -418,7 +418,7 @@
   <p>Currently, there isn't much. LLVM supports an intermediate representation
   which is useful for code representation but will not support the high level
   (abstract syntax tree) representation needed by most compilers. There are no
-  facilities for lexical nor semantica analysis. There is, however, a <i>mostly
+  facilities for lexical nor semantical analysis. There is, however, a <i>mostly
     implemented</i> configuration-driven 
   <a href="CompilerDriver.html">compiler driver</a> which simplifies the task
   of running optimizations, linking, and executable generation.</p>
@@ -617,7 +617,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/04/26 15:46:53 $
+  Last modified: $Date: 2006/04/26 18:05:25 $
 </address>
 
 </body>






More information about the llvm-commits mailing list