Remove an extra 'for' in the comment.

llvm-svn: 136918
This commit is contained in:
Johnny Chen 2011-08-04 20:48:50 +00:00
parent 189bff103d
commit 2cce3f394c
1 changed files with 1 additions and 1 deletions

View File

@ -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.