mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Typo: exists -> exits
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213290 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -660,7 +660,7 @@ bool raw_fd_ostream::has_colors() const {
|
|||||||
/// Use it like: outs() << "foo" << "bar";
|
/// Use it like: outs() << "foo" << "bar";
|
||||||
raw_ostream &llvm::outs() {
|
raw_ostream &llvm::outs() {
|
||||||
// Set buffer settings to model stdout behavior.
|
// Set buffer settings to model stdout behavior.
|
||||||
// Delete the file descriptor when the program exists, forcing error
|
// Delete the file descriptor when the program exits, forcing error
|
||||||
// detection. If you don't want this behavior, don't use outs().
|
// detection. If you don't want this behavior, don't use outs().
|
||||||
static raw_fd_ostream S(STDOUT_FILENO, true);
|
static raw_fd_ostream S(STDOUT_FILENO, true);
|
||||||
return S;
|
return S;
|
||||||
|
Reference in New Issue
Block a user