include/nuttx/mtd/mtd.h: Fix a copy-paste error in function header comments.

This commit is contained in:
Matous Pokorny 2019-09-23 06:27:14 -06:00 committed by Gregory Nutt
parent 3aac01e843
commit c3edc8093c
1 changed files with 1 additions and 1 deletions

View File

@ -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