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 | 40808197c0d4939c88a8df3d8d45bc564b3ae965 (patch) | |
tree | e8a363d07fc1d66dfc33cec3f113d700ecb07fb3 /clang | |
parent | ad18287e5648dd5de2301ea37120d1ce66d98333 (diff) | |
download | bcm5719-llvm-40808197c0d4939c88a8df3d8d45bc564b3ae965.tar.gz bcm5719-llvm-40808197c0d4939c88a8df3d8d45bc564b3ae965.zip |
Fix typo (test commit)
llvm-svn: 166181
Diffstat (limited to 'clang')
-rw-r--r-- | clang/NOTES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/NOTES.txt b/clang/NOTES.txt index ca46d1cae47..1c89d685729 100644 --- a/clang/NOTES.txt +++ b/clang/NOTES.txt @@ -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. //===---------------------------------------------------------------------===// |