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

Jeff Cohen jeffc at jolt-lang.org
Wed Apr 26 14:03:30 PDT 2006



Changes in directory llvm/docs:

FAQ.html updated: 1.35 -> 1.36
---
Log message:

Actually, semantical doesn't appear to be a word.

---
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.35 llvm/docs/FAQ.html:1.36
--- llvm/docs/FAQ.html:1.35	Wed Apr 26 13:10:59 2006
+++ llvm/docs/FAQ.html	Wed Apr 26 16:03:17 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 semantical analysis. There is, however, a <i>mostly
+  facilities for lexical nor semantic 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>
@@ -614,7 +614,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 18:10:59 $
+  Last modified: $Date: 2006/04/26 21:03:17 $
 </address>
 
 </body>






More information about the llvm-commits mailing list