From e1700fc8322d08d442599a08de42eb534543cf6f Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Thu, 20 Dec 2018 15:21:17 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/30337 Reviewed-by: Angel Pons Reviewed-by: HAOUAS Elyes Reviewed-by: Tristan Corrick Tested-by: build bot (Jenkins) --- util/cbfstool/cbfstool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3