From: Rock Lee Date: Mon, 13 Nov 2017 07:05:34 +0000 (+0800) Subject: libmtd: fix a comment typo in dev_node2num X-Git-Tag: v2.0.2~17 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7086393891df77b31d346b051fa1ecfa0aa4d66a;p=mtd-utils.git libmtd: fix a comment typo in dev_node2num Signed-off-by: Rock Lee Signed-off-by: David Oberhollenzer --- diff --git a/lib/libmtd.c b/lib/libmtd.c index 1ecb31b..86c89ae 100644 --- a/lib/libmtd.c +++ b/lib/libmtd.c @@ -422,7 +422,7 @@ static int type_str2int(const char *str) } /** - * dev_node2num - find UBI device number by its character device node. + * dev_node2num - find MTD device number by its character device node. * @lib: MTD library descriptor * @node: name of the MTD device node * @mtd_num: MTD device number is returned here