From: Rock Lee Date: Thu, 16 Nov 2017 09:00:23 +0000 (+0800) Subject: libscan: fix a comment typo in libscan.h X-Git-Tag: v2.0.2~16 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9cfb02c771d88f94e8bfad962b08c1b2c296eed1;p=mtd-utils.git libscan: fix a comment typo in libscan.h Signed-off-by: Rock Lee Signed-off-by: David Oberhollenzer --- diff --git a/include/libscan.h b/include/libscan.h index a2b8657..8401601 100644 --- a/include/libscan.h +++ b/include/libscan.h @@ -68,7 +68,7 @@ enum * @corrupted_cnt: count of eraseblocks with corrupted erase counter header * @alien_cnt: count of eraseblock containing non-ubi data * @bad_cnt: count of bad eraseblocks - * @bad_cnt: count of non-bad eraseblocks + * @good_cnt: count of non-bad eraseblocks * @vid_hdr_offs: volume ID header offset from the found EC headers (%-1 means * undefined) * @data_offs: data offset from the found EC headers (%-1 means undefined)