lib: Fix spelling
Change-Id: I999987af9cb44906e3c3135c0351a0cd6eb210ff Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/3756 Reviewed-by: Dave Frodin <dave.frodin@se-eng.com> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
63373edce0
commit
cbf2bd715a
@@ -183,7 +183,7 @@ static void merge_add_memranges(struct memranges *ranges,
|
||||
remove_memranges(ranges, begin, end, -1);
|
||||
|
||||
/* Find the entry to place the new entry after. Since
|
||||
* remove_memranges() was called above there is a guranteed
|
||||
* remove_memranges() was called above there is a guaranteed
|
||||
* spot for this new entry. */
|
||||
for (cur = ranges->entries; cur != NULL; cur = cur->next) {
|
||||
/* Found insertion spot before current entry. */
|
||||
@@ -292,7 +292,7 @@ void memranges_fill_holes_up_to(struct memranges *ranges,
|
||||
continue;
|
||||
}
|
||||
|
||||
/* If the previous entry does not directly preceed the current
|
||||
/* If the previous entry does not directly precede the current
|
||||
* entry then add a new entry just after the previous one. */
|
||||
if (range_entry_end(prev) != cur->begin) {
|
||||
resource_t end;
|
||||
|
Reference in New Issue
Block a user