[cfe-commits] [clang-tools-extra] r172042 - /clang-tools-extra/trunk/clang-format/clang-format-diff.py
Alex Rosenberg
alexr at leftfield.org
Wed Jan 9 20:12:06 PST 2013
Author: alexr
Date: Wed Jan 9 22:12:06 2013
New Revision: 172042
URL: http://llvm.org/viewvc/llvm-project?rev=172042&view=rev
Log:
Fix comment
Modified:
clang-tools-extra/trunk/clang-format/clang-format-diff.py
Modified: clang-tools-extra/trunk/clang-format/clang-format-diff.py
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-format/clang-format-diff.py?rev=172042&r1=172041&r2=172042&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-format/clang-format-diff.py (original)
+++ clang-tools-extra/trunk/clang-format/clang-format-diff.py Wed Jan 9 22:12:06 2013
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-#===- cindex.py - Python Indexing Library Bindings -----------*- python -*--===#
+#===- clang-format-diff.py - ClangFormat Diff Reformatter ----*- python -*--===#
#
# The LLVM Compiler Infrastructure
#
More information about the cfe-commits
mailing list