public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] jffs2_follow_link() typo fix
@ 2006-10-16 11:42 Qi Yong
  0 siblings, 0 replies; only message in thread
From: Qi Yong @ 2006-10-16 11:42 UTC (permalink / raw)
  To: bunk; +Cc: linux-kernel, trivial

Hello,

typo fix: noticed this typo while reading the patch
"jffs2: fix symlink error handling"

	qiyong

diff --git a/fs/jffs2/symlink.c b/fs/jffs2/symlink.c
index fc211b6..b90d5aa 100644
--- a/fs/jffs2/symlink.c
+++ b/fs/jffs2/symlink.c
@@ -51,7 +51,7 @@ static void *jffs2_follow_link(struct de
 	 */
 
 	if (!p) {
-		printk(KERN_ERR "jffs2_follow_link(): can't find symlink taerget\n");
+		printk(KERN_ERR "jffs2_follow_link(): can't find symlink target\n");
 		p = ERR_PTR(-EIO);
 	}
 	D1(printk(KERN_DEBUG "jffs2_follow_link(): target path is '%s'\n", (char *) f->target));

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-16 11:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-16 11:42 [patch] jffs2_follow_link() typo fix Qi Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox