Fix typo (test commit)

llvm-svn: 166181
This commit is contained in:
Andy Gibbs 2012-10-18 15:24:46 +00:00
parent ad18287e56
commit 40808197c0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ TODO: File Manager Speedup:
2. Instead of stat'ing the file in FileManager::getFile, check to see if
the dir has been read. If so, fail immediately, if not, read the dir,
then retry.
3. Reading the dir uses the getdirentries syscall, creating an FileEntry
3. Reading the dir uses the getdirentries syscall, creating a FileEntry
for all files found.
//===---------------------------------------------------------------------===//