[cfe-commits] r74896 - /cfe/trunk/tools/index-test/index-test.cpp

Zhongxing Xu xuzhongxing at gmail.com
Tue Jul 7 00:14:56 PDT 2009


Author: zhongxingxu
Date: Tue Jul  7 02:14:55 2009
New Revision: 74896

URL: http://llvm.org/viewvc/llvm-project?rev=74896&view=rev
Log:
Fix comment.

Modified:
    cfe/trunk/tools/index-test/index-test.cpp

Modified: cfe/trunk/tools/index-test/index-test.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/index-test/index-test.cpp?rev=74896&r1=74895&r2=74896&view=diff

==============================================================================
--- cfe/trunk/tools/index-test/index-test.cpp (original)
+++ cfe/trunk/tools/index-test/index-test.cpp Tue Jul  7 02:14:55 2009
@@ -17,7 +17,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//   -point-at  [file:column:line]
+//   -point-at  [file:line:column]
 //       Point at a declaration/statement/expression. If no other operation is
 //       specified, prints some info about it.
 //





More information about the cfe-commits mailing list