diff --git a/include/llvm/Bitcode/BitcodeWriterPass.h b/include/llvm/Bitcode/BitcodeWriterPass.h index e423954d52c..898cd523bd0 100644 --- a/include/llvm/Bitcode/BitcodeWriterPass.h +++ b/include/llvm/Bitcode/BitcodeWriterPass.h @@ -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"; }