diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-02-23 01:34:00 +0100 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2017-04-19 20:35:55 +0200 |
commit | 8918821f370467937afdda4bf7aa6c9c1a732be5 (patch) | |
tree | 4d5b1fc0dbc4a1eb8451105868063bdeaa63fc4c /fs/jffs2 | |
parent | Linux 4.11-rc1 (diff) | |
download | linux-8918821f370467937afdda4bf7aa6c9c1a732be5.tar.xz linux-8918821f370467937afdda4bf7aa6c9c1a732be5.zip |
jffs2: fix spelling mistake: "requestied" -> "requested"
trivial fix to spelling mistake in JFFS2_ERROR message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
[Brian: also fix 'an' -> 'a']
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'fs/jffs2')
-rw-r--r-- | fs/jffs2/readinode.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |