Skip to content

Commit f795853

Browse files
committed
raw_ostream: Fix a comment in llvm::errs
https://reviews.llvm.org/D81156 tied errs() to outs(). 0308975 removed the tie, but did not update the comment.
1 parent 031f08c commit f795853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/raw_ostream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ raw_fd_ostream &llvm::outs() {
906906
}
907907

908908
raw_fd_ostream &llvm::errs() {
909-
// Set standard error to be unbuffered and tied to outs() by default.
909+
// Set standard error to be unbuffered.
910910
#ifdef __MVS__
911911
std::error_code EC = enableAutoConversion(STDERR_FILENO);
912912
assert(!EC);

0 commit comments

Comments
 (0)