[cfe-commits] r50905 - /cfe/trunk/README.txt

Ted Kremenek kremenek at apple.com
Fri May 9 10:13:19 PDT 2008


Author: kremenek
Date: Fri May  9 12:13:18 2008
New Revision: 50905

URL: http://llvm.org/viewvc/llvm-project?rev=50905&view=rev
Log:
Grammar.

Modified:
    cfe/trunk/README.txt

Modified: cfe/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/README.txt?rev=50905&r1=50904&r2=50905&view=diff

==============================================================================
--- cfe/trunk/README.txt (original)
+++ cfe/trunk/README.txt Fri May  9 12:13:18 2008
@@ -62,7 +62,7 @@
                  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.





More information about the cfe-commits mailing list