diff options
Diffstat (limited to 'lib/libmtd.c')
-rw-r--r-- | lib/libmtd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |