Skip to content

Commit e208379

Browse files
Update lldb/include/lldb/Core/IOHandler.h
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent 83b4530 commit e208379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Core/IOHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class IOHandler {
101101
}
102102

103103
virtual bool SetUseColor(bool use_color) {
104-
// Use color isn't mandatory
104+
// Color support isn't mandatory.
105105
return false;
106106
};
107107

0 commit comments

Comments
 (0)