diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-05-09 17:13:18 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-05-09 17:13:18 +0000 |
commit | 5eaedc5bdbbaea4ef68f2c9d0824c1b1794b7091 (patch) | |
tree | 72ebcb4592c2a036ff03c6cf8d073377f58fbba3 | |
parent | f07410c6cd3768d850b3ed158043f693f8b1f9e1 (diff) |
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50905 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | README.txt | 2 |
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. |