diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2018-12-20 15:21:17 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-24 08:13:48 +0000 |
commit | e1700fc8322d08d442599a08de42eb534543cf6f (patch) | |
tree | b5fe0ec87317746d53749d85ef0416fdf57859b9 /util/cbfstool | |
parent | 2fe81b28104eff72da00f00e87fd713ab04fcb51 (diff) |
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>
Diffstat (limited to 'util/cbfstool')
-rw-r--r-- | util/cbfstool/cbfstool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c index f0fbf5ae4f..e8b1f6f9ee 100644 --- a/util/cbfstool/cbfstool.c +++ b/util/cbfstool/cbfstool.c @@ -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) { |