summaryrefslogtreecommitdiff
path: root/clang/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
commit82e8d07b02b988dc3adfe9cd2e05aaaf8aa18625 (patch)
treeb536f3d8f5a5d45d081433506cc286b66fc3447f /clang/README.txt
parent712c91f8a9cd5a10afba9081f3a71c281a4238e5 (diff)
downloadllvm-82e8d07b02b988dc3adfe9cd2e05aaaf8aa18625.tar.gz
Remove repeated word.
llvm-svn: 50907
Diffstat (limited to 'clang/README.txt')
-rw-r--r--clang/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/README.txt b/clang/README.txt
index 879305c09134..a64fa6fc990f 100644
--- a/clang/README.txt
+++ b/clang/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