Fix a typo in the comment.

llvm-svn: 123840
This commit is contained in:
Johnny Chen 2011-01-19 18:18:47 +00:00
parent a91ad2dae4
commit d2047fa6af

View File

@ -106,7 +106,7 @@ import unittest2
import lldb
# See also dotest.parseOptionsAndInitTestdirs(), where the environment variables
# LLDB_COMMAND_TRACE and LLDB_NO_CLEANUP are set from '-t' and '-r dir' options.
# LLDB_COMMAND_TRACE and LLDB_DO_CLEANUP are set from '-t' and '-r dir' options.
# By default, traceAlways is False.
if "LLDB_COMMAND_TRACE" in os.environ and os.environ["LLDB_COMMAND_TRACE"]=="YES":