Skip to content

Commit

Permalink
jffs2: fix spelling mistake: "requestied" -> "requested"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake in JFFS2_ERROR message

Signed-off-by: Colin Ian King <[email protected]>
[Brian: also fix 'an' -> 'a']
Signed-off-by: Brian Norris <[email protected]>
  • Loading branch information
Colin Ian King authored and computersforpeace committed Apr 19, 2017
1 parent c1ae3cf commit 8918821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/jffs2/readinode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 8918821

Please sign in to comment.