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
|
|
@ -78,7 +78,7 @@ static int codec_detect(u8 *base)
|
|||
mdelay(1);
|
||||
reg32 = read32(base + 0x0E);
|
||||
} while ((reg32 != 0) && --count);
|
||||
/* Timeout occured */
|
||||
/* Timeout occurred */
|
||||
if (!count)
|
||||
goto no_codec;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue