Fix typo (test commit)
llvm-svn: 166181
GitOrigin-RevId: 40808197c0d4939c88a8df3d8d45bc564b3ae965
diff --git a/NOTES.txt b/NOTES.txt
index ca46d1c..1c89d68 100644
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -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.
//===---------------------------------------------------------------------===//