summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-02-23 00:34:00 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-16 07:22:13 +0200
commit638948c9c668471d15167f42cb9f2270ab074a33 (patch)
treece1e0b3d4187272e5ae08ed5249737620054cf15 /cpukit
parentsched/headers: Prepare to move signal wakeup & sigpending methods from <linux... (diff)
downloadrtems-638948c9c668471d15167f42cb9f2270ab074a33.tar.bz2
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 'cpukit')
-rw-r--r--cpukit/libfs/src/jffs2/src/readinode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/jffs2/src/readinode.c b/cpukit/libfs/src/jffs2/src/readinode.c
index 7a897b670d..519b0d6618 100644
--- a/cpukit/libfs/src/jffs2/src/readinode.c
+++ b/cpukit/libfs/src/jffs2/src/readinode.c
@@ -1375,7 +1375,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;
}