From: NAKAMURA Takumi Date: Tue, 4 Mar 2014 07:26:55 +0000 (+0000) Subject: PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation] X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e93f18ece9246f241f4296b8240a16165516b3bd;p=oota-llvm.git PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202794 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/PBQP/Graph.h b/include/llvm/CodeGen/PBQP/Graph.h index 7ce95c7e73e..ba6b252221e 100644 --- a/include/llvm/CodeGen/PBQP/Graph.h +++ b/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 void printDot(OStream &OS) { OS << "graph {\n";