Fix typo.

llvm-svn: 27978
This commit is contained in:
Jeff Cohen 2006-04-26 18:05:25 +00:00
parent 4d3171fc41
commit e42f3ba44c
1 changed files with 1 additions and 1 deletions

View 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>