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 | 96bac6b48e710923a283b6d50ec87f01cff3922c (patch) | |
tree | 5601be761a7e0277eb9ff2cf9ee337db610ef675 /tools/index-test | |
parent | efb173ddd95325c7fd3c15070392b27c07a49a85 (diff) |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74896 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/index-test')
-rw-r--r-- | tools/index-test/index-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/index-test/index-test.cpp b/tools/index-test/index-test.cpp index b30de31706..815d0d0adf 100644 --- a/tools/index-test/index-test.cpp +++ b/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. // |