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

NAKAMURA Takumi geek4civic at gmail.com
Mon Mar 3 23:26:55 PST 2014


Author: chapuni
Date: Tue Mar  4 01:26:55 2014
New Revision: 202794

URL: http://llvm.org/viewvc/llvm-project?rev=202794&view=rev
Log:
PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/CodeGen/PBQP/Graph.h

Modified: llvm/trunk/include/llvm/CodeGen/PBQP/Graph.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/PBQP/Graph.h?rev=202794&r1=202793&r2=202794&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/PBQP/Graph.h (original)
+++ llvm/trunk/include/llvm/CodeGen/PBQP/Graph.h Tue Mar  4 01:26:55 2014
@@ -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";





More information about the llvm-commits mailing list