Author: uwe Date: Sun Aug 8 19:04:21 2010 New Revision: 1135 URL: http://flashrom.org/trac/coreboot/changeset/1135
Log: Fix typo (s/Bit/Bits/) to clarify code comment.
Signed-off-by: David Borg borg.db@gmail.com Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/nicnatsemi.c
Modified: trunk/nicnatsemi.c ============================================================================== --- trunk/nicnatsemi.c Sun Aug 8 19:01:18 2010 (r1134) +++ trunk/nicnatsemi.c Sun Aug 8 19:04:21 2010 (r1135) @@ -68,8 +68,8 @@ /* * The datasheet requires 32 bit accesses to this register, but it seems * that requirement might only apply if the register is memory mapped. - * Bit 8-31 of this register are apparently don't care, and if this - * register is I/O port mapped 8 bit accesses to the lowest byte of the + * Bits 8-31 of this register are apparently don't care, and if this + * register is I/O port mapped, 8 bit accesses to the lowest byte of the * register seem to work fine. Due to that, we ignore the advice in the * data sheet. */ @@ -82,8 +82,8 @@ /* * The datasheet requires 32 bit accesses to this register, but it seems * that requirement might only apply if the register is memory mapped. - * Bit 8-31 of this register are apparently don't care, and if this - * register is I/O port mapped 8 bit accesses to the lowest byte of the + * Bits 8-31 of this register are apparently don't care, and if this + * register is I/O port mapped, 8 bit accesses to the lowest byte of the * register seem to work fine. Due to that, we ignore the advice in the * data sheet. */