Fix comments.

llvm-svn: 72858
This commit is contained in:
Torok Edwin 2009-06-04 08:18:25 +00:00
parent a1581e1a7a
commit 63e44bb2a9
2 changed files with 3 additions and 3 deletions

View File

@ -123,8 +123,7 @@ namespace sys {
/// changing colors.
static bool ColorNeedsFlush();
/// This function returns the colorcode escape sequences, and sets Len to
/// the length of the escape sequence.
/// This function returns the colorcode escape sequences.
/// If ColorNeedsFlush() is true then this function will change the colors
/// and return an empty escape sequence. In that case it is the
/// responsibility of the client to flush the output stream prior to

View File

@ -147,7 +147,7 @@ unsigned Process::StandardErrColumns() {
return Columns;
}
// it always has colors
// It always has colors.
bool Process::StandardErrHasColors() {
return StandardErrIsDisplayed();
}
@ -155,6 +155,7 @@ bool Process::StandardErrHasColors() {
bool Process::StandardOutHasColors() {
return StandardOutIsDisplayed();
}
namespace {
class DefaultColors
{