src/lib: Fix typo
Change-Id: Ie5bf036a63a254dd95b45a0823086c8079eeafe2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27913 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
08fc8fff25
commit
1ec76447c0
@ -465,7 +465,7 @@ int region_file_update_data(struct region_file *f, const void *buf, size_t size)
|
||||
break;
|
||||
}
|
||||
|
||||
/* No more state changes and data commited. */
|
||||
/* No more state changes and data committed. */
|
||||
if (f->slot > RF_ONLY_METADATA && prev_slot != f->slot)
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user