From e93f18ece9246f241f4296b8240a16165516b3bd Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 4 Mar 2014 07:26:55 +0000 Subject: [PATCH] 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 --- include/llvm/CodeGen/PBQP/Graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.34.1