From a1ccaed126c2d611f7ba9950f6ec689367649f85 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 24 Aug 2018 07:58:00 +0200 Subject: util/ifdtool: Fix typo Change-Id: I53ddff302681737006f40ca8b79ec0735f1e6e45 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/28287 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Angel Pons --- util/ifdtool/ifdtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/ifdtool') diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c index eb5dbc3fa0a2..671c7d58a930 100644 --- a/util/ifdtool/ifdtool.c +++ b/util/ifdtool/ifdtool.c @@ -1144,7 +1144,7 @@ unsigned int next_pow2(unsigned int x) * Determine if two memory regions overlap. * * @param r1, r2 Memory regions to compare. - * @return 0 if the two regions are seperate + * @return 0 if the two regions are separate * @return 1 if the two regions overlap */ static int regions_collide(const region_t *r1, const region_t *r2) -- cgit v1.2.3