Update TODO list and some comments

This commit is contained in:
Gregory Nutt
2015-03-16 08:49:39 -06:00
parent f60f22258a
commit ddb8073ad5
2 changed files with 31 additions and 2 deletions
+2 -1
View File
@@ -1198,9 +1198,10 @@ static inline int fat_findlfnentry(struct fat_mountpt_s *fs,
{
nentries++;
}
DEBUGASSERT(nentries > 0 && nentries <= LDIR_MAXLFNS);
/* This is the first sequency number we are looking for, the sequence
/* This is the first sequence number we are looking for, the sequence
* number of the last LFN entry (remember that they appear in reverse
* order.. from last to first).
*/