util/cbfstool: Fix typos

Found by: util/lint/checkpatch.pl --types TYPO_SPELLING --fix-inplace
--strict --terse -f util/cbfstool/*.c

Change-Id: I13a27407bf2bad4b9fadcec8cdbd5889068f13cf
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38633
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Georgi
2020-01-29 13:31:16 +01:00
parent 805b291830
commit 01cfecc883
6 changed files with 8 additions and 8 deletions

View File

@@ -576,7 +576,7 @@ int cbfs_compact_instance(struct cbfs_image *image)
continue;
/* At this point prev is an empty entry. Put the non-empty
* file in prev's location. Then add a new emptry entry. This
* file in prev's location. Then add a new empty entry. This
* essentialy bubbles empty entries towards the end. */
prev_size = cbfs_file_entry_size(prev);