]> www.infradead.org Git - mtd-utils.git/commitdiff
libmtd: fix comment typo
authorBaruch Siach <baruch@tkos.co.il>
Wed, 29 Apr 2015 08:28:43 +0000 (11:28 +0300)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 28 May 2015 23:31:34 +0000 (16:31 -0700)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
lib/libmtd.c

index a6665f08018e8fbbc32b0cd76ac20ad5993df9b4..60b4782710c81aa3d38519c5ebc599b94a2689de 100644 (file)
@@ -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).