util/cbfstool/cbfstool.c: Fix typo
Fix typo of 'top-aligned' BUG=N/A TEST=Intel CherryHill CRB Change-Id: I6dc2f150d8ec245070257384b406a570498400b2 Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/30337 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2fe81b2810
commit
e1700fc832
|
@ -135,7 +135,7 @@ static unsigned convert_to_from_absolute_top_aligned(
|
|||
* "top-aligned" offsets from the top of the image region. Works in either
|
||||
* direction: pass in one type of offset and receive the other type.
|
||||
* N.B. A top-aligned offset is always a positive number, and should not be
|
||||
* confused with a top-aliged *address*, which is its arithmetic inverse. */
|
||||
* confused with a top-aligned *address*, which is its arithmetic inverse. */
|
||||
static unsigned convert_to_from_top_aligned(const struct buffer *region,
|
||||
unsigned offset)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue