[llvm] r199113 - fix a -Wdocumentation warning.

Chris Lattner sabre at nondot.org
Mon Jan 13 07:10:11 PST 2014


Author: lattner
Date: Mon Jan 13 09:10:11 2014
New Revision: 199113

URL: http://llvm.org/viewvc/llvm-project?rev=199113&view=rev
Log:
fix a -Wdocumentation warning.

Modified:
    llvm/trunk/include/llvm/Bitcode/BitcodeWriterPass.h

Modified: llvm/trunk/include/llvm/Bitcode/BitcodeWriterPass.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Bitcode/BitcodeWriterPass.h?rev=199113&r1=199112&r2=199113&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Bitcode/BitcodeWriterPass.h (original)
+++ llvm/trunk/include/llvm/Bitcode/BitcodeWriterPass.h Mon Jan 13 09:10:11 2014
@@ -40,7 +40,7 @@ public:
   explicit BitcodeWriterPass(raw_ostream &OS) : OS(OS) {}
 
   /// \brief Run the bitcode writer pass, and output the module to the selected
-  /// \brief output stream.
+  /// output stream.
   PreservedAnalyses run(Module *M);
 
   static StringRef name() { return "BitcodeWriterPass"; }





More information about the llvm-commits mailing list