aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test/c-index-test.c
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2012-08-30 00:45:32 +0000
committerMichael Liao <michael.liao@intel.com>2012-08-30 00:45:32 +0000
commit642214936430d2258318f2022184c1709dfa16d3 (patch)
treea767abdc462fadfab1e7e1df9285ed702179febd /tools/c-index-test/c-index-test.c
parentc586d5dd7a997321ea96d1d28213315f86778fc8 (diff)
Fix C++ comment in C source
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162887 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/c-index-test/c-index-test.c')
-rw-r--r--tools/c-index-test/c-index-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/c-index-test/c-index-test.c b/tools/c-index-test/c-index-test.c
index 2cbeadcaba..caf3ba10c6 100644
--- a/tools/c-index-test/c-index-test.c
+++ b/tools/c-index-test/c-index-test.c
@@ -740,7 +740,7 @@ static void PrintCursor(CXCursor Cursor,
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)