Skip to content

Commit 56a1d8e

Browse files
committed
zms: fix typo errors
nuttx/drivers/mtd/mtd_config_zms.c:113: opeation ==> operation nuttx/nuttx/drivers/mtd/mtd_config_zms.c:909: inlcude ==> include Signed-off-by: zhaoxingyu1 <zhaoxingyu1@xiaomi.com>
1 parent ad3d70f commit 56a1d8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/mtd/mtd_config_zms.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ begin_packed_struct struct zms_ate
110110
* Private Function Prototypes
111111
****************************************************************************/
112112

113-
/* MTD ZMS opeation api */
113+
/* MTD ZMS operation api */
114114

115115
static int mtdconfig_open(FAR struct file *filep);
116116
static int mtdconfig_close(FAR struct file *filep);
@@ -906,7 +906,7 @@ static int zms_flash_wrt_entry(FAR struct zms_fs *fs, uint32_t id,
906906

907907
if (rc)
908908
{
909-
/* Write align block which inlcude part key + part data */
909+
/* Write align block which include part key + part data */
910910

911911
left = rc;
912912
memset(buf, fs->erasestate, sizeof(buf));

0 commit comments

Comments
 (0)