Commit 9ee67182 authored by wangjianli's avatar wangjianli Committed by Miquel Raynal
Browse files

mtd: fix repeated word in comment

parent 80b7e928
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -836,7 +836,7 @@ struct mtd_info *mtd_concat_create(struct mtd_info *subdev[], /* subdevices to c

		/*
		 * walk the map of the new device once more and fill in
		 * in erase region info:
		 * erase region info:
		 */
		curr_erasesize = subdev[0]->erasesize;
		begin = position = 0;