]> granicus.if.org Git - clang/commitdiff
Grammar.
authorTed Kremenek <kremenek@apple.com>
Fri, 9 May 2008 17:13:18 +0000 (17:13 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 9 May 2008 17:13:18 +0000 (17:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50905 91177308-0d34-0410-b5e6-96231b3b80d8

README.txt

index 3e795a1d78f3d0a78df832b044bc0b6e0086bd0d..879305c091346546106a7e5a468b6101ea0b170b 100644 (file)
@@ -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.