Fix typo.
authorJeff Cohen <jeffc@jolt-lang.org>
Wed, 26 Apr 2006 18:05:25 +0000 (18:05 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Wed, 26 Apr 2006 18:05:25 +0000 (18:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27978 91177308-0d34-0410-b5e6-96231b3b80d8

docs/FAQ.html

index 331227f7e1e807fc501ef4486263f4185eecf9f1..de90be4185d0027631e30f840c267f3de8293962 100644 (file)
@@ -418,7 +418,7 @@ rebuilding.</p>
   <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>