From 4e3d0b3a244067debc0c250986bf65bc2bc182ea Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 25 Mar 2010 23:18:41 +0000 Subject: Polish the flashrom code comments and outputs a bit - Fix a number of typos (found via ispell). - Use correct vendor names (as per their websites) consistently. Corresponding to flashrom svn r985. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- ichspi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ichspi.c') diff --git a/ichspi.c b/ichspi.c index 9ab61ffb0..35b9dbd2c 100644 --- a/ichspi.c +++ b/ichspi.c @@ -536,7 +536,7 @@ static int ich9_run_opcode(OPCODE op, uint32_t offset, /* clear error status registers */ temp32 |= (SSFS_CDS + SSFS_FCERR); - /* USE 20 MhZ */ + /* Use 20 MHz */ temp32 |= SSFC_SCF_20MHZ; if (datalength != 0) { -- cgit v1.2.3