r240025 - Fix a typo.
Adrian Prantl
aprantl at apple.com
Thu Jun 18 09:41:51 PDT 2015
Author: adrian
Date: Thu Jun 18 11:41:51 2015
New Revision: 240025
URL: http://llvm.org/viewvc/llvm-project?rev=240025&view=rev
Log:
Fix a typo.
Modified:
cfe/trunk/tools/c-index-test/c-index-test.c
Modified: cfe/trunk/tools/c-index-test/c-index-test.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/c-index-test/c-index-test.c?rev=240025&r1=240024&r2=240025&view=diff
==============================================================================
--- cfe/trunk/tools/c-index-test/c-index-test.c (original)
+++ cfe/trunk/tools/c-index-test/c-index-test.c Thu Jun 18 11:41:51 2015
@@ -2101,7 +2101,7 @@ int perform_code_completion(int argc, co
clang_defaultReparseOptions(TU));
if (Err != CXError_Success) {
- fprintf(stderr, "Unable to reparse translation init!\n");
+ fprintf(stderr, "Unable to reparse translation unit!\n");
describeLibclangFailure(Err);
clang_disposeTranslationUnit(TU);
return 1;
More information about the cfe-commits
mailing list