Skip to content

Commit

Permalink
ovl: fix spelling mistake: "directries" -> "directories"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in pr_err message.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
  • Loading branch information
Colin Ian King authored and Miklos Szeredi committed Sep 1, 2016
1 parent 2a3a2a3 commit fd36570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/overlayfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ static int ovl_fill_super(struct super_block *sb, void *data, int silent)
err = -EINVAL;
stacklen = ovl_split_lowerdirs(lowertmp);
if (stacklen > OVL_MAX_STACK) {
pr_err("overlayfs: too many lower directries, limit is %d\n",
pr_err("overlayfs: too many lower directories, limit is %d\n",
OVL_MAX_STACK);
goto out_free_lowertmp;
} else if (!ufs->config.upperdir && stacklen == 1) {
Expand Down

0 comments on commit fd36570

Please sign in to comment.