Author: hliao
Date: Wed Aug 29 19:45:32 2012
New Revision: 162887
URL: http://llvm.org/viewvc/llvm-project?rev=162887&view=rev
Log:
Fix C++ comment in C source
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=162887&r1=162886&r2=162887&view=diff
==============================================================================
--- cfe/trunk/tools/c-index-test/c-index-test.c (original)
+++ cfe/trunk/tools/c-index-test/c-index-test.c Wed Aug 29 19:45:32 2012
@@ -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)
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits