diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-07-07 07:14:55 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-07-07 07:14:55 +0000 |
commit | 6999b901466d76718c451ef290a82ea28b85036f (patch) | |
tree | ee83b0d6ab15484989f3cc94b6412004d4a1d977 | |
parent | d0f6324cdca1fde4203516f062e930fe119cdf52 (diff) | |
download | bcm5719-llvm-6999b901466d76718c451ef290a82ea28b85036f.tar.gz bcm5719-llvm-6999b901466d76718c451ef290a82ea28b85036f.zip |
Fix comment.
llvm-svn: 74896
-rw-r--r-- | clang/tools/index-test/index-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/index-test/index-test.cpp b/clang/tools/index-test/index-test.cpp index b30de317064..815d0d0adf6 100644 --- a/clang/tools/index-test/index-test.cpp +++ b/clang/tools/index-test/index-test.cpp @@ -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. // |