[flashrom] [PATCH] nicnatsemi.c: Typo. s/are apparently don't/apparently don't/

Paul Menzel paulepanter at users.sourceforge.net
Sat Jun 12 22:52:54 CEST 2010


Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 nicnatsemi.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nicnatsemi.c b/nicnatsemi.c
index 1878f51..5f44677 100644
--- a/nicnatsemi.c
+++ b/nicnatsemi.c
@@ -60,7 +60,7 @@ void nicnatsemi_chip_writeb(uint8_t val, chipaddr addr)
 	/*
 	 * 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
+	 * Bit 8-31 of this register 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.
@@ -74,7 +74,7 @@ uint8_t nicnatsemi_chip_readb(const chipaddr addr)
 	/*
 	 * 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
+	 * Bit 8-31 of this register 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.
-- 
1.7.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://www.flashrom.org/pipermail/flashrom/attachments/20100612/53bc2b24/attachment.asc>


More information about the flashrom mailing list