]> granicus.if.org Git - clang/commitdiff
clang/test/lit.cfg: Fix a typo in comment.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Sep 2012 10:38:03 +0000 (10:38 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Sep 2012 10:38:03 +0000 (10:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163696 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 7bc9620926fae35e20072e4cfda4946922de104f..f271747ceca8bfbcb1f61ed375ffaa9093bf05ab 100644 (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')