From: Colin Ian King Date: Thu, 23 Feb 2017 00:34:00 +0000 (+0000) Subject: jffs2: fix spelling mistake: "requestied" -> "requested" X-Git-Tag: v4.12-rc1~24^2~13 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8918821f370467937afdda4bf7aa6c9c1a732be5;p=linux-2.6-block.git jffs2: fix spelling mistake: "requestied" -> "requested" trivial fix to spelling mistake in JFFS2_ERROR message Signed-off-by: Colin Ian King [Brian: also fix 'an' -> 'a'] Signed-off-by: Brian Norris --- diff --git a/fs/jffs2/readinode.c b/fs/jffs2/readinode.c index 06a71dbd4833..389ea53ea487 100644 --- a/fs/jffs2/readinode.c +++ b/fs/jffs2/readinode.c @@ -1366,7 +1366,7 @@ int jffs2_do_read_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, jffs2_add_ino_cache(c, f->inocache); } if (!f->inocache) { - JFFS2_ERROR("requestied to read an nonexistent ino %u\n", ino); + JFFS2_ERROR("requested to read a nonexistent ino %u\n", ino); return -ENOENT; }