]> granicus.if.org Git - clang/commitdiff
Fix typo (test commit)
authorAndy Gibbs <andyg1001@hotmail.co.uk>
Thu, 18 Oct 2012 15:24:46 +0000 (15:24 +0000)
committerAndy Gibbs <andyg1001@hotmail.co.uk>
Thu, 18 Oct 2012 15:24:46 +0000 (15:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166181 91177308-0d34-0410-b5e6-96231b3b80d8

NOTES.txt

index ca46d1cae478c3377667e9c3a2b8d3301db5b392..1c89d685729bd45e952f4114a0cecbdda6449de9 100644 (file)
--- a/NOTES.txt
+++ b/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.
 
 //===---------------------------------------------------------------------===//