Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Fix typo (test commit)
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166181 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
andyg1001 committed Oct 18, 2012
1 parent 6b2d7c7 commit d77a051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NOTES.txt
Expand Up @@ -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.

//===---------------------------------------------------------------------===//
Expand Down

0 comments on commit d77a051

Please sign in to comment.