Fix C++ comment in C source

llvm-svn: 162887
This commit is contained in:
Michael Liao 2012-08-30 00:45:32 +00:00
parent 448ce40426
commit b94f47a8f5
1 changed files with 1 additions and 1 deletions

View File

@ -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)