From 83490d395195419fefb80b82172b4882071a52d2 Mon Sep 17 00:00:00 2001
From: Jeff Cohen <jeffc@jolt-lang.org>
Date: Wed, 26 Apr 2006 18:05:25 +0000
Subject: Fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27978 91177308-0d34-0410-b5e6-96231b3b80d8
---
 docs/FAQ.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs')

diff --git a/docs/FAQ.html b/docs/FAQ.html
index 331227f..de90be4 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>
-- 
cgit v1.1