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:
Elyes HAOUAS 2018-08-24 07:58:00 +02:00 committed by Felix Held
parent 073d22b8ab
commit a1ccaed126
1 changed files with 1 additions and 1 deletions

View File

@ -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)