Fix typos in comments and documentation.

This commit is contained in:
Nathan Hartman
2020-03-16 15:42:34 -04:00
committed by patacongo
parent 430a2178fb
commit a5e643b0cd
109 changed files with 413 additions and 455 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ void spiffs_fobj_free(FAR struct spiffs_s *fs,
if (curr == fobj)
{
/* Yes, remove it from the list of of file objects */
/* Yes, remove it from the list of file objects */
dq_rem((FAR dq_entry_t *)curr, &fs->objq);
break;