summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-05-09 17:13:18 +0000
committerTed Kremenek <kremenek@apple.com>2008-05-09 17:13:18 +0000
commit5eaedc5bdbbaea4ef68f2c9d0824c1b1794b7091 (patch)
tree72ebcb4592c2a036ff03c6cf8d073377f58fbba3 /README.txt
parentf07410c6cd3768d850b3ed158043f693f8b1f9e1 (diff)
downloadclang-5eaedc5bdbbaea4ef68f2c9d0824c1b1794b7091.tar.gz
clang-5eaedc5bdbbaea4ef68f2c9d0824c1b1794b7091.tar.bz2
clang-5eaedc5bdbbaea4ef68f2c9d0824c1b1794b7091.tar.xz
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50905 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 3e795a1d78..879305c091 100644
--- a/README.txt
+++ b/README.txt
@@ -62,7 +62,7 @@ I. Introduction:
path-sensitive "graph-reachability" engine for writing
analyses that reason about different possible paths of
execution through source code. This is currently being
- employ to write a set of checks for finding bugs in software.
+ employed to write a set of checks for finding bugs in software.
libcodegen - Lower the AST to LLVM IR for optimization & codegen. Depends
on libast.