Fix C++ comment in C source

llvm-svn: 162887
diff --git a/clang/tools/c-index-test/c-index-test.c b/clang/tools/c-index-test/c-index-test.c
index 2cbeadc..caf3ba1 100644
--- a/clang/tools/c-index-test/c-index-test.c
+++ b/clang/tools/c-index-test/c-index-test.c
@@ -740,7 +740,7 @@
         lineCols[I].line = line;
         lineCols[I].col = column;
       }
-      // Make the order of the override list deterministic.
+      /* Make the order of the override list deterministic. */
       qsort(lineCols, num_overridden, sizeof(LineCol), lineCol_cmp);
       for (I = 0; I != num_overridden; ++I) {
         if (I)