util/ifdtool: Fix typo
Change-Id: I53ddff302681737006f40ca8b79ec0735f1e6e45 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28287 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
073d22b8ab
commit
a1ccaed126
|
@ -1144,7 +1144,7 @@ unsigned int next_pow2(unsigned int x)
|
||||||
* Determine if two memory regions overlap.
|
* Determine if two memory regions overlap.
|
||||||
*
|
*
|
||||||
* @param r1, r2 Memory regions to compare.
|
* @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
|
* @return 1 if the two regions overlap
|
||||||
*/
|
*/
|
||||||
static int regions_collide(const region_t *r1, const region_t *r2)
|
static int regions_collide(const region_t *r1, const region_t *r2)
|
||||||
|
|
Loading…
Reference in New Issue