Fix typo from paste of code from RAID1. Signed-off-by: Robert LeBlanc <robert@xxxxxxxxxxxxx> --- drivers/md/raid10.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/md/raid10.h b/drivers/md/raid10.h index 18ec1f7..1699a6a 100644 --- a/drivers/md/raid10.h +++ b/drivers/md/raid10.h @@ -53,7 +53,7 @@ struct r10conf { sector_t offset_diff; struct list_head retry_list; - /* A separate list of r1bio which just need raid_end_bio_io called. + /* A separate list of r10bio which just need raid_end_bio_io called. * This mustn't happen for writes which had any errors if the superblock * needs to be written. */ -- 2.10.1 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html