summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-04-26 18:05:25 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-04-26 18:05:25 +0000
commit83490d395195419fefb80b82172b4882071a52d2 (patch)
treed279c74a541415bb7b1f73bbef10bc21e389c696 /docs
parentc87f497f064e1f44084d710f6a9cc3a367d4b160 (diff)
downloadllvm-83490d395195419fefb80b82172b4882071a52d2.tar.gz
llvm-83490d395195419fefb80b82172b4882071a52d2.tar.bz2
llvm-83490d395195419fefb80b82172b4882071a52d2.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 331227f7e1..de90be4185 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -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>