Fix comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Torok Edwin
2009-06-04 08:18:25 +00:00
parent e8ebb0fe1b
commit 6c8db34165
2 changed files with 3 additions and 3 deletions

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
{