See comment in patch: On Sun, Oct 10, 2010 at 2:15 PM, repository service <[email protected]> wrote: > Author: stepan > Date: Sun Oct 10 23:15:01 2010 > New Revision: 5934 > URL: https://tracker.coreboot.org/trac/coreboot/changeset/5934 > > Log: > fix typos found by zbao in other files. > > Signed-off-by: Stefan Reinauer <[email protected]> > Acked-by: Stefan Reinauer <[email protected]> > > Modified: > trunk/src/southbridge/intel/i82801gx/i82801gx_azalia.c > trunk/src/southbridge/nvidia/mcp55/mcp55_azalia.c > > Modified: trunk/src/southbridge/intel/i82801gx/i82801gx_azalia.c
*snip* > ============================================================================== > --- trunk/src/southbridge/nvidia/mcp55/mcp55_azalia.c Sun Oct 10 22:43:00 > 2010 (r5933) > +++ trunk/src/southbridge/nvidia/mcp55/mcp55_azalia.c Sun Oct 10 23:15:01 > 2010 (r5934) > @@ -54,7 +54,7 @@ > reg32 &= mask; > } while ((reg32 != val) && --count); > > - /* Timeout occured */ > + /* Timeout occureed */ I believe this should be "occurred." > if (!count) > return -1; > return 0; *snip* wt -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

