diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-04-29 11:28:43 +0300 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-05-28 16:31:34 -0700 |
commit | 22cffe1259ce128766c7f00da84a614a06e77fcc (patch) | |
tree | 2e1a83b4fe55e0dca2180bec5dde7d1d6e793c22 | |
parent | f4d4ad26d57ed2d57509ed8fda2da99ce7b5f9ec (diff) |
libmtd: fix comment typo
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
-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 a6665f0..60b4782 100644 --- a/lib/libmtd.c +++ b/lib/libmtd.c @@ -476,7 +476,7 @@ static int dev_node2num(struct libmtd *lib, const char *node, int *mtd_num) * sysfs_is_supported - check whether the MTD sub-system supports MTD. * @lib: MTD library descriptor * - * The Linux kernel MTD subsystem gained MTD support starting from kernel + * The Linux kernel MTD subsystem gained sysfs support starting from kernel * 2.6.30 and libmtd tries to use sysfs interface if possible, because the NAND * sub-page size is available there (and not available at all in pre-sysfs * kernels). |