diff options
author | Andy Gibbs <andyg1001@hotmail.co.uk> | 2012-10-18 15:24:46 +0000 |
---|---|---|
committer | Andy Gibbs <andyg1001@hotmail.co.uk> | 2012-10-18 15:24:46 +0000 |
commit | d77a051237b7bb9c29e537bea18e4bb37ae6b803 (patch) | |
tree | 5e7e44bef11072bd43e41cb3eab7ad6024f43205 | |
parent | 6b2d7c7386c44fed66fda4335daa5332150aa6df (diff) |
Fix typo (test commit)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166181 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | NOTES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. //===---------------------------------------------------------------------===// |