diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-03-25 23:18:41 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-03-25 23:18:41 +0000 |
commit | 4e3d0b3a244067debc0c250986bf65bc2bc182ea (patch) | |
tree | 7e311c929ef697a3781145bc2cea68359deb2794 /stm50flw0x0x.c | |
parent | d4e5359372a6dc5facb2ea142358508fa058cf68 (diff) | |
download | flashrom-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 'stm50flw0x0x.c')
-rw-r--r-- | stm50flw0x0x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm50flw0x0x.c b/stm50flw0x0x.c index 8a00308aa..353939511 100644 --- a/stm50flw0x0x.c +++ b/stm50flw0x0x.c @@ -49,7 +49,7 @@ int unlock_block_stm50flw0x0x(struct flashchip *flash, int offset) * to them. The size of the locking sectors depends on the type * of chip. * - * Sometimes, the BIOS does this for you; so you propably + * Sometimes, the BIOS does this for you; so you probably * don't need to worry about that. */ |