Fix a typo.
authorAdrian Prantl <aprantl@apple.com>
Thu, 18 Jun 2015 16:41:51 +0000 (16:41 +0000)
committerAdrian 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

index 56f39c2e12cb50586bbd087b7116a5973d3b7c16..980f341824fafc2e3f2a7676907f23d7a134b24a 100644 (file)
@@ -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 init!\n");
+    fprintf(stderr, "Unable to reparse translation unit!\n");
     describeLibclangFailure(Err);
     clang_disposeTranslationUnit(TU);
     return 1;