summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-08-04 20:48:50 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-08-04 20:48:50 +0000
commit2cce3f394cd365d1eae53bccb4d49a0d4a3eef3c (patch)
tree7bff47d4ad3a5af78a235e28309dcec57cf8fbae
parent189bff103d7a43dace9ae03a4f5953cf55e7d84c (diff)
downloadbcm5719-llvm-2cce3f394cd365d1eae53bccb4d49a0d4a3eef3c.tar.gz
bcm5719-llvm-2cce3f394cd365d1eae53bccb4d49a0d4a3eef3c.zip
Remove an extra 'for' in the comment.
llvm-svn: 136918
-rw-r--r--lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py b/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
index 1efb2dc9f9c..7a7dc3b3c1a 100644
--- a/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
+++ b/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
@@ -39,7 +39,7 @@ class SBDirCheckerCase(TestBase):
public_api_dir = os.path.join(os.environ["LLDB_SRC"], "include", "lldb", "API")
- # Look under the include/lldb/API directory and add #include statements for
+ # Look under the include/lldb/API directory and add #include statements
# for all the SB API headers.
public_headers = os.listdir(public_api_dir)
# For different platforms, the include statement can vary.
OpenPOWER on IntegriCloud