diff --git a/drivers/mmc/core/mmc_test.c b/drivers/mmc/core/mmc_test.c index de0d675ef37f814a94c2fb8b6552a28de7972cd7..69c879822e2b7c65df09af40638ec65a9b533b83 100644 --- a/drivers/mmc/core/mmc_test.c +++ b/drivers/mmc/core/mmc_test.c @@ -1533,7 +1533,7 @@ static int mmc_test_area_cleanup(struct mmc_test_card *test) /* * Initialize an area for testing large transfers. The test area is set to the - * middle of the card because cards may have different charateristics at the + * middle of the card because cards may have different characteristics at the * front (for FAT file system optimization). Optionally, the area is erased * (if the card supports it) which may improve write performance. Optionally, * the area is filled with data for subsequent read tests.