Skip to content

Commit 4080819

Browse files
committed
Fix typo (test commit)
llvm-svn: 166181
1 parent ad18287 commit 4080819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ TODO: File Manager Speedup:
4444
2. Instead of stat'ing the file in FileManager::getFile, check to see if
4545
the dir has been read. If so, fail immediately, if not, read the dir,
4646
then retry.
47-
3. Reading the dir uses the getdirentries syscall, creating an FileEntry
47+
3. Reading the dir uses the getdirentries syscall, creating a FileEntry
4848
for all files found.
4949

5050
//===---------------------------------------------------------------------===//

0 commit comments

Comments
 (0)