PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]

llvm-svn: 202794
This commit is contained in:
NAKAMURA Takumi 2014-03-04 07:26:55 +00:00
parent 2821fb7d18
commit fcfff634ef
1 changed files with 1 additions and 1 deletions

View File

@ -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";