summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-05-09 17:53:57 +0000
committerTed Kremenek <kremenek@apple.com>2008-05-09 17:53:57 +0000
commit14b16b4a313e0fc6b4d0e320e38bb77dc009921f (patch)
treebd6209852032cdacf9d87af00c03e3453a2fe18a /README.txt
parent72786e009bd0519882ceac874e618134d2200d95 (diff)
downloadclang-14b16b4a313e0fc6b4d0e320e38bb77dc009921f.tar.gz
clang-14b16b4a313e0fc6b4d0e320e38bb77dc009921f.tar.bz2
clang-14b16b4a313e0fc6b4d0e320e38bb77dc009921f.tar.xz
Remove repeated word.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50907 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 879305c091..a64fa6fc99 100644
--- a/README.txt
+++ b/README.txt
@@ -51,7 +51,7 @@ I. Introduction:
on libast and libparse.
librewrite - Fast, scalable rewriting of source code. This operates on
- on the raw syntactic text of source code, allowing a client
+ the raw syntactic text of source code, allowing a client
to insert and delete text in very large source files using
the same source location information embedded in ASTs. This
is intended to be a low-level API that is useful for