mtd: sm_ftl: Fix typos in comments

Fix typo in the description of the 'succesfull'.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20230621020331.1508-1-wangdeming@inspur.com
This commit is contained in:
Bo Liu 2023-06-20 22:03:31 -04:00 committed by Miquel Raynal
parent cefa1aaa31
commit efd2ed9351
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ restart:
/* Update the FTL table */
zone->lba_to_phys_table[ftl->cache_block] = write_sector;
/* Write succesfull, so erase and free the old block */
/* Write successful, so erase and free the old block */
if (block_num > 0)
sm_erase_block(ftl, zone_num, block_num, 1);