diff mbox

libmtd: fix comment typo

Message ID 01505da2d41012cbde4429a53ba58cda40943c48.1430296123.git.baruch@tkos.co.il
State Accepted
Commit 22cffe1259ce128766c7f00da84a614a06e77fcc
Headers show

Commit Message

Baruch Siach April 29, 2015, 8:28 a.m. UTC
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 lib/libmtd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Brian Norris May 28, 2015, 11:39 p.m. UTC | #1
On Wed, Apr 29, 2015 at 11:28:43AM +0300, Baruch Siach wrote:
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied to mtd-utils.git. Thanks!
diff mbox

Patch

diff --git a/lib/libmtd.c b/lib/libmtd.c
index a6665f08018e..60b4782710c8 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).