9
0
Fork 0

environment: fix typo

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Ulrich Ölmann 2016-11-23 08:58:52 +01:00 committed by Sascha Hauer
parent bfe034df60
commit 04cec8156a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}