[cfe-commits] r166181 - /cfe/trunk/NOTES.txt
Andy Gibbs
andyg1001 at hotmail.co.uk
Thu Oct 18 08:24:47 PDT 2012
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.
//===---------------------------------------------------------------------===//
More information about the cfe-commits
mailing list