summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-06-04 08:18:25 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-06-04 08:18:25 +0000
commit6c8db3416536ef2917c186eba873fce904ad8c1d (patch)
tree060001e37acb4dbed68cd617512d63ada8c55da5 /lib
parente8ebb0fe1bba0fdff7475d98e1f8a04804b0b056 (diff)
downloadllvm-6c8db3416536ef2917c186eba873fce904ad8c1d.tar.gz
llvm-6c8db3416536ef2917c186eba873fce904ad8c1d.tar.bz2
llvm-6c8db3416536ef2917c186eba873fce904ad8c1d.tar.xz
Fix comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72858 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/System/Win32/Process.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/System/Win32/Process.inc b/lib/System/Win32/Process.inc
index 97eba5808d..cfbe33c85a 100644
--- a/lib/System/Win32/Process.inc
+++ b/lib/System/Win32/Process.inc
@@ -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
{