From 5eaedc5bdbbaea4ef68f2c9d0824c1b1794b7091 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 9 May 2008 17:13:18 +0000 Subject: Grammar. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50905 91177308-0d34-0410-b5e6-96231b3b80d8 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.txt') 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. -- cgit v1.2.3