clang/test/lit.cfg: Fix a typo in comment.

llvm-svn: 163696
This commit is contained in:
NAKAMURA Takumi 2012-09-12 10:38:03 +00:00
parent c747cdae24
commit 6bbc981d37
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ 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')