summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
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
commit63e44bb2a99c77d98d1522f0fae09ca33a20ea17 (patch)
treed209077968c8f98ece52b2cd64efc2252e783dc3 /llvm/lib/System
parenta1581e1a7a4d48721ebc61c931c4a4b579f8c655 (diff)
downloadbcm5719-llvm-63e44bb2a99c77d98d1522f0fae09ca33a20ea17.tar.gz
bcm5719-llvm-63e44bb2a99c77d98d1522f0fae09ca33a20ea17.zip
Fix comments.
llvm-svn: 72858
Diffstat (limited to 'llvm/lib/System')
-rw-r--r--llvm/lib/System/Win32/Process.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/System/Win32/Process.inc b/llvm/lib/System/Win32/Process.inc
index 97eba5808df..cfbe33c85a2 100644
--- a/llvm/lib/System/Win32/Process.inc
+++ b/llvm/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
{
OpenPOWER on IntegriCloud