diff options
| -rw-r--r-- | llvm/include/llvm/CodeGen/PBQP/Graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/PBQP/Graph.h b/llvm/include/llvm/CodeGen/PBQP/Graph.h index 7ce95c7..ba6b252 100644 --- a/llvm/include/llvm/CodeGen/PBQP/Graph.h +++ b/llvm/include/llvm/CodeGen/PBQP/Graph.h @@ -540,7 +540,7 @@ namespace PBQP { } /// \brief Print a representation of this graph in DOT format. - /// @param os Output stream to print on. + /// @param OS Output stream to print on. template <typename OStream> void printDot(OStream &OS) { OS << "graph {\n"; |
