Fix typo in a comment in lit.cfg

Matches the same typo fix in clang's lit.cfg that this was copy/pasted from.

(original fix to clang's lit.cfg in r163696)

llvm-svn: 163718
This commit is contained in:
David Blaikie 2012-09-12 16:29:37 +00:00
parent c7a7522f83
commit 149bf5d8a8
1 changed files with 1 additions and 1 deletions

View File

@ -219,6 +219,6 @@ if platform.system() not in ['FreeBSD']:
if platform.system() not in ['Windows'] or lit.getBashPath() != '':
config.available_features.add('shell')
# ANSI escape sequences in non-dump terminal
# ANSI escape sequences in non-dumb terminal
if platform.system() not in ['Windows']:
config.available_features.add('ansi-escape-sequences')