From b94f47a8f58601a8f5eb376333585d6461c801f3 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Thu, 30 Aug 2012 00:45:32 +0000 Subject: Fix C++ comment in C source llvm-svn: 162887 --- clang/tools/c-index-test/c-index-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/tools/c-index-test/c-index-test.c') diff --git a/clang/tools/c-index-test/c-index-test.c b/clang/tools/c-index-test/c-index-test.c index 2cbeadcaba2..caf3ba10c6b 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 @@ 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) -- cgit v1.2.3