aboutsummaryrefslogtreecommitdiff
path: root/clang-move
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-03-01 09:52:53 +0000
committerFangrui Song <maskray@google.com>2019-03-01 09:52:53 +0000
commit6bf32fdbd5d7ac460c5c491d264dc1ba1c8c4346 (patch)
tree8dda81c31704c47fac54c731920c205b00aeb347 /clang-move
parent7bf55cd6b2f2858f10edf38a76946ce744b8f65d (diff)
Fix file headers. NFC
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@355188 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-move')
-rw-r--r--clang-move/HelperDeclRefGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-move/HelperDeclRefGraph.cpp b/clang-move/HelperDeclRefGraph.cpp
index 93a0f879..205a42dc 100644
--- a/clang-move/HelperDeclRefGraph.cpp
+++ b/clang-move/HelperDeclRefGraph.cpp
@@ -1,4 +1,4 @@
-//===-- UsedHelperDeclFinder.cpp - AST-based call graph for helper decls --===//
+//===-- HelperDeclRefGraph.cpp - AST-based call graph for helper decls ----===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.