include/nuttx/mtd/mtd.h: Fix a copy-paste error in function header comments.
This commit is contained in:
parent
3aac01e843
commit
c3edc8093c
|
@ -274,7 +274,7 @@ FAR struct mtd_dev_s *mtd_rwb_initialize(FAR struct mtd_dev_s *mtd);
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name: ftl_initialize_by_name
|
||||
* Name: ftl_initialize_by_path
|
||||
*
|
||||
* Description:
|
||||
* Initialize to provide a block driver wrapper around an MTD interface
|
||||
|
|
Loading…
Reference in New Issue