summaryrefslogtreecommitdiffstats
path: root/ichspi.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-03-25 23:18:41 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-03-25 23:18:41 +0000
commit4e3d0b3a244067debc0c250986bf65bc2bc182ea (patch)
tree7e311c929ef697a3781145bc2cea68359deb2794 /ichspi.c
parentd4e5359372a6dc5facb2ea142358508fa058cf68 (diff)
downloadflashrom-4e3d0b3a244067debc0c250986bf65bc2bc182ea.tar.gz
flashrom-4e3d0b3a244067debc0c250986bf65bc2bc182ea.tar.bz2
flashrom-4e3d0b3a244067debc0c250986bf65bc2bc182ea.zip
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 <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'ichspi.c')
-rw-r--r--ichspi.c2
1 files changed, 1 insertions, 1 deletions
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) {