diff options
author | Michael Liao <michael.liao@intel.com> | 2012-08-30 00:45:32 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-08-30 00:45:32 +0000 |
commit | b94f47a8f58601a8f5eb376333585d6461c801f3 (patch) | |
tree | c3593a049af0d40b77b3e9b5d4c2f0edf83956eb /clang/tools/c-index-test/c-index-test.c | |
parent | 448ce40426f227e25856f90534cae4fc47c22ee5 (diff) | |
download | bcm5719-llvm-b94f47a8f58601a8f5eb376333585d6461c801f3.tar.gz bcm5719-llvm-b94f47a8f58601a8f5eb376333585d6461c801f3.zip |
Fix C++ comment in C source
llvm-svn: 162887
Diffstat (limited to 'clang/tools/c-index-test/c-index-test.c')
-rw-r--r-- | clang/tools/c-index-test/c-index-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |