diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-02-02 23:45:13 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-02-02 23:45:13 +0000 |
commit | 773303a505c23d73da624f1e6abcf41a393dad2b (patch) | |
tree | b3788aed437fdc182d931074816edecebde7068e /lib/Frontend/DependencyGraph.cpp | |
parent | d2cce136878badcee6694b216479d7f1b72a1e68 (diff) |
Rename -dependency-graphviz to -dependencncy-dot
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/DependencyGraph.cpp')
-rw-r--r-- | lib/Frontend/DependencyGraph.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Frontend/DependencyGraph.cpp b/lib/Frontend/DependencyGraph.cpp index 6d4825f6b7..eebaf0c8fe 100644 --- a/lib/Frontend/DependencyGraph.cpp +++ b/lib/Frontend/DependencyGraph.cpp @@ -7,7 +7,8 @@ // //===----------------------------------------------------------------------===// // -// This code generates a header dependency graph in GraphViz format. +// This code generates a header dependency graph in DOT format, for use +// with, e.g., GraphViz. // //===----------------------------------------------------------------------===// |