Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 1023a94

Browse files
committed
fix a -Wdocumentation warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199113 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent dc40857 commit 1023a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llvm/Bitcode/BitcodeWriterPass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class BitcodeWriterPass {
4040
explicit BitcodeWriterPass(raw_ostream &OS) : OS(OS) {}
4141

4242
/// \brief Run the bitcode writer pass, and output the module to the selected
43-
/// \brief output stream.
43+
/// output stream.
4444
PreservedAnalyses run(Module *M);
4545

4646
static StringRef name() { return "BitcodeWriterPass"; }

0 commit comments

Comments
 (0)