diff options
author | Rui Ueyama <ruiu@google.com> | 2013-11-21 23:54:13 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-11-21 23:54:13 +0000 |
commit | 340cdda2f69751b9140c844dfae6773e1439ab3e (patch) | |
tree | 01e94f94dafdcc5f6f9bb59994f04c750f360201 | |
parent | f09d5d03fd1d94ab37790f16b962780c37bba165 (diff) | |
download | bcm5719-llvm-340cdda2f69751b9140c844dfae6773e1439ab3e.tar.gz bcm5719-llvm-340cdda2f69751b9140c844dfae6773e1439ab3e.zip |
Fix file header comment.
llvm-svn: 195393
-rw-r--r-- | lld/lib/Driver/WinLinkInputGraph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/Driver/WinLinkInputGraph.cpp b/lld/lib/Driver/WinLinkInputGraph.cpp index 4698d9d706a..f049402903d 100644 --- a/lld/lib/Driver/WinLinkInputGraph.cpp +++ b/lld/lib/Driver/WinLinkInputGraph.cpp @@ -1,4 +1,4 @@ -//===- lib/Driver/WinLinkDriver.cpp ---------------------------------------===// +//===- lib/Driver/WinLinkInputGraph.cpp -----------------------------------===// // // The LLVM Linker // |