Skip to content

Commit

Permalink
environment: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ulrich Ölmann <[email protected]>
Signed-off-by: Sascha Hauer <[email protected]>
  • Loading branch information
OnkelUlla authored and saschahauer committed Jan 10, 2017
1 parent bfe034d commit 04cec81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/environment.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ EXPORT_SYMBOL(envfs_save);
static int envfs_check_super(struct envfs_super *super, size_t *size)
{
if (ENVFS_32(super->magic) != ENVFS_MAGIC) {
printf("envfs: no envfs (magic mismatch) - envfs newer written?\n");
printf("envfs: no envfs (magic mismatch) - envfs never written?\n");
return -EIO;
}

Expand Down

0 comments on commit 04cec81

Please sign in to comment.