summaryrefslogtreecommitdiff
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-09-12 10:38:03 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-09-12 10:38:03 +0000
commit5e3d24ca559ca2d3dccaeca2d2fe0ca614435ff5 (patch)
treed6762cb8ccd027def82ccd85c4abb60e326d9564 /test/lit.cfg
parentad5dc101b725494ae4db69a0efbe85cedf228974 (diff)
downloadclang-5e3d24ca559ca2d3dccaeca2d2fe0ca614435ff5.tar.gz
clang/test/lit.cfg: Fix a typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163696 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 7bc9620926..f271747cec 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -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')