summaryrefslogtreecommitdiffstats
path: root/flashrom.8
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 /flashrom.8
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 'flashrom.8')
-rw-r--r--flashrom.86
1 files changed, 3 insertions, 3 deletions
diff --git a/flashrom.8 b/flashrom.8
index 6306b9542..47e77d65b 100644
--- a/flashrom.8
+++ b/flashrom.8
@@ -174,7 +174,7 @@ Show a help text and exit.
Show version information and exit.
.SH PROGRAMMER SPECIFIC INFO
Some programmer drivers accept further parameters to set programmer-specific
-parameters. These parameters are seperated from the programmer name by a
+parameters. These parameters are separated from the programmer name by a
colon. While some programmers take arguments at fixed positions, other
programmers use a key/value interface in which the key and value is separated
by an equal sign and different pairs are separated by a comma or a colon.
@@ -298,8 +298,8 @@ instead. More information about serprog is available in serprog-protocol.txt in
the source distribution.
.TP
.BR "buspiratespi " programmer
-A required dev parameter specifyies the Bus Pirate device node and an optional
-spispeed parameter specifyies the frequency of the SPI bus. The parameter
+A required dev parameter specifies the Bus Pirate device node and an optional
+spispeed parameter specifies the frequency of the SPI bus. The parameter
delimiter is a comma. Syntax is
.sp
.B "flashrom -p buspiratespi:dev=/dev/device,spispeed=frequency"