summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2012-01-31 00:48:02 +0000
committerJohnny Chen <johnny.chen@apple.com>2012-01-31 00:48:02 +0000
commit5d0d607b6b64b25723f3906bc984786e475556ed (patch)
tree9b92a4ebaf6114dbacf11781ed78d05313f359e6
parent8f8a2a7774ee793293f3569bdb224b83679f7b85 (diff)
downloadbcm5719-llvm-5d0d607b6b64b25723f3906bc984786e475556ed.tar.gz
bcm5719-llvm-5d0d607b6b64b25723f3906bc984786e475556ed.zip
Add a period.
llvm-svn: 149305
-rwxr-xr-xlldb/test/dotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py
index bdb51687a02..0e2b1099148 100755
--- a/lldb/test/dotest.py
+++ b/lldb/test/dotest.py
@@ -1027,7 +1027,7 @@ with open(fname, "w") as f:
for env_var in unsets :
if env_var in os.environ:
# From Python Doc: When unsetenv() is supported, deletion of items in os.environ
- # is automatically translated into a corresponding call to unsetenv()
+ # is automatically translated into a corresponding call to unsetenv().
del os.environ[env_var]
#os.unsetenv(env_var)
OpenPOWER on IntegriCloud