aboutsummaryrefslogtreecommitdiff
path: root/include/libscan.h
diff options
context:
space:
mode:
authorRock Lee <rockdotlee@gmail.com>2017-11-16 17:00:23 +0800
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2017-11-18 14:08:50 +0100
commit9cfb02c771d88f94e8bfad962b08c1b2c296eed1 (patch)
tree30aa7d3617d57bb22810479485a55b77fd3b99cf /include/libscan.h
parent7086393891df77b31d346b051fa1ecfa0aa4d66a (diff)
libscan: fix a comment typo in libscan.h
Signed-off-by: Rock Lee <rockdotlee@gmail.com> Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/libscan.h')
-rw-r--r--include/libscan.h2
1 files changed, 1 insertions, 1 deletions
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)