Correct some common spelling mistakes
- occured -> occurred - accomodate -> accommodate - existant -> existent - asssertion -> assertion - manangement -> management - cotroller -> controller Change-Id: Ibd6663752466d691fabbdc216ea05f2b58ac12d1 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12850 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
2e0d9447db
commit
2ed0aa258f
29 changed files with 58 additions and 58 deletions
|
|
@ -1178,7 +1178,7 @@ static int clear_ddr(uint32_t offset, uint32_t size)
|
|||
}
|
||||
printk(BIOS_INFO, "clear_ddr: Failed: 0x%lx\n", get_timer(start));
|
||||
if(reg32_read((volatile uint32_t *)DDR_BistErrorOccurred))
|
||||
printk(BIOS_ERR, "clear_ddr: Error occured\n");
|
||||
printk(BIOS_ERR, "clear_ddr: Error occurred\n");
|
||||
return(1);
|
||||
}
|
||||
#endif /* CONFIG_IPROC_DDR_ECC */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue