Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45624
b: refs/heads/master
c: c7cf0c6
h: refs/heads/master
v: v3
  • Loading branch information
Qi Yong authored and David Woodhouse committed Oct 21, 2006
1 parent 33a03ea commit 097172e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c7438d02b384e82261e28fc280167f4e7a65e822
refs/heads/master: c7cf0c68ea4e2020db7204eb0ed4412b2cbb167d
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/symlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static void *jffs2_follow_link(struct dentry *dentry, struct nameidata *nd)
*/

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));
Expand Down

0 comments on commit 097172e

Please sign in to comment.