fs/spiffs/src/spiffs_vfs.c: Fix a typo in a message
"page pages" -> "pages"
This commit is contained in:
parent
071cfceed6
commit
b4d68feee9
1 changed files with 1 additions and 1 deletions
|
@ -1506,7 +1506,7 @@ static int spiffs_bind(FAR struct inode *mtdinode, FAR const void *data,
|
|||
(unsigned int)SPIFFS_GEO_PAGE_SIZE(fs));
|
||||
finfo("object lookup pages: %u\n",
|
||||
(unsigned int)SPIFFS_OBJ_LOOKUP_PAGES(fs));
|
||||
finfo("page pages per block: %u\n",
|
||||
finfo("pages per block: %u\n",
|
||||
(unsigned int)SPIFFS_GEO_PAGES_PER_BLOCK(fs));
|
||||
finfo("page header length: %u\n",
|
||||
(unsigned int)sizeof(struct spiffs_page_header_s));
|
||||
|
|
Loading…
Reference in a new issue