Author: chapuni
Date: Wed Sep 12 05:38:03 2012
New Revision: 163696

URL: http://llvm.org/viewvc/llvm-project?rev=163696&view=rev
Log:
clang/test/lit.cfg: Fix a typo in comment.

Modified:
    cfe/trunk/test/lit.cfg

Modified: cfe/trunk/test/lit.cfg
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=163696&r1=163695&r2=163696&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Wed Sep 12 05:38:03 2012
@@ -222,7 +222,7 @@
 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')
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to