You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/12/18 12:32:51 UTC

[incubator-nuttx] 02/02: fs/spiffs/src/spiffs_vfs.c: Fix a comment typo

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 1d438bfb9bf94a83ebd7f8fb6c466a1f70d6da47
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Fri Dec 18 18:25:48 2020 +0900

    fs/spiffs/src/spiffs_vfs.c: Fix a comment typo
---
 fs/spiffs/src/spiffs_vfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/spiffs/src/spiffs_vfs.c b/fs/spiffs/src/spiffs_vfs.c
index 0abf373..2770374 100644
--- a/fs/spiffs/src/spiffs_vfs.c
+++ b/fs/spiffs/src/spiffs_vfs.c
@@ -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)