fs/spiffs/src/spiffs_vfs.c: Fix a comment typo

This commit is contained in:
YAMAMOTO Takashi 2020-12-18 18:25:48 +09:00 committed by Xiang Xiao
parent b4d68feee9
commit 1d438bfb9b

View File

@ -237,7 +237,7 @@ static void spiffs_unlock_reentrant(FAR struct spiffs_sem_s *rsem)
} }
/**************************************************************************** /****************************************************************************
* Name: spiffs_readdir_callback * Name: spiffs_consistency_check
****************************************************************************/ ****************************************************************************/
static int spiffs_consistency_check(FAR struct spiffs_s *fs) static int spiffs_consistency_check(FAR struct spiffs_s *fs)