summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-22 07:44:38 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-22 07:44:38 +0000
commitee91cd8cc8f7556097251e80046562a42e140483 (patch)
treea148c9a626fc38b1f78989f28da151ff3f709927 /utils
parent23a20415d5f95650e2e51200580ca97f2df1061c (diff)
downloadclang-ee91cd8cc8f7556097251e80046562a42e140483.tar.gz
[NFC] fix trivial typos in comments
"the the" -> "the" git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/analyzer/SATestAdd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/analyzer/SATestAdd.py b/utils/analyzer/SATestAdd.py
index 4c3e35cdcb..041b24409f 100755
--- a/utils/analyzer/SATestAdd.py
+++ b/utils/analyzer/SATestAdd.py
@@ -32,11 +32,11 @@ the Repository Directory.
(e.g., to adapt to newer version of clang)
that should be applied to CachedSource
before analysis. To construct this patch,
- run the the download script to download
+ run the download script to download
the project to CachedSource, copy the
CachedSource to another directory (for
example, PatchedSource) and make any
- needed modifications to the the copied
+ needed modifications to the copied
source.
Then run:
diff -ur CachedSource PatchedSource \