diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-03-04 07:26:55 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-03-04 07:26:55 +0000 |
| commit | fcfff634ef802ff69ecfb26e2062ba341b2a55d2 (patch) | |
| tree | 4760399ed6a0655b1dd4321595f10eb28f8acdb0 /llvm | |
| parent | 2821fb7d18503a4f7e9ae5c86e3da72ffb609ca4 (diff) | |
| download | llvm-fcfff634ef802ff69ecfb26e2062ba341b2a55d2.zip llvm-fcfff634ef802ff69ecfb26e2062ba341b2a55d2.tar.gz llvm-fcfff634ef802ff69ecfb26e2062ba341b2a55d2.tar.bz2 | |
PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]
llvm-svn: 202794
Diffstat (limited to 'llvm')
| -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"; |
