projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bf729c
)
Fix a typo.
author
Adrian Prantl
<aprantl@apple.com>
Thu, 18 Jun 2015 16:41:51 +0000
(16:41 +0000)
committer
Adrian Prantl
<aprantl@apple.com>
Thu, 18 Jun 2015 16:41:51 +0000
(16:41 +0000)
llvm-svn: 240025
clang/tools/c-index-test/c-index-test.c
patch
|
blob
|
history
diff --git
a/clang/tools/c-index-test/c-index-test.c
b/clang/tools/c-index-test/c-index-test.c
index 56f39c2e12cb50586bbd087b7116a5973d3b7c16..980f341824fafc2e3f2a7676907f23d7a134b24a 100644
(file)
--- a/
clang/tools/c-index-test/c-index-test.c
+++ b/
clang/tools/c-index-test/c-index-test.c
@@
-2101,7
+2101,7
@@
int perform_code_completion(int argc, const char **argv, int timing_only) {
clang_defaultReparseOptions(TU));
if (Err != CXError_Success) {
- fprintf(stderr, "Unable to reparse translation
i
nit!\n");
+ fprintf(stderr, "Unable to reparse translation
u
nit!\n");
describeLibclangFailure(Err);
clang_disposeTranslationUnit(TU);
return 1;