Author: andyg
Date: Thu Oct 18 10:24:46 2012
New Revision: 166181

URL: http://llvm.org/viewvc/llvm-project?rev=166181&view=rev
Log:
Fix typo (test commit)

Modified:
    cfe/trunk/NOTES.txt

Modified: cfe/trunk/NOTES.txt
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/NOTES.txt?rev=166181&r1=166180&r2=166181&view=diff
==============================================================================
--- cfe/trunk/NOTES.txt (original)
+++ cfe/trunk/NOTES.txt Thu Oct 18 10:24:46 2012
@@ -44,7 +44,7 @@
    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.
 
 //===---------------------------------------------------------------------===//


_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to