fix a -Wdocumentation warning.
authorChris Lattner <sabre@nondot.org>
Mon, 13 Jan 2014 15:10:11 +0000 (15:10 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Jan 2014 15:10:11 +0000 (15:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199113 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bitcode/BitcodeWriterPass.h

index e423954d52c42c3a49a2b02442d0578ee9f25790..898cd523bd08ccbb7f3b1b34df7fd3f153a0c35b 100644 (file)
@@ -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"; }