mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Fix typos in comments and documentation.
This commit is contained in:
committed by
patacongo
parent
430a2178fb
commit
a5e643b0cd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user