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 | 10de71267133cc3347bef4471d771edd8d497c69 (patch) | |
tree | 7e311c929ef697a3781145bc2cea68359deb2794 /flashchips.c | |
parent | 57a6c58b9a805fbc191632c2b4392910b6406e7f (diff) | |
download | flashrom-10de71267133cc3347bef4471d771edd8d497c69.zip flashrom-10de71267133cc3347bef4471d771edd8d497c69.tar.gz |
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 'flashchips.c')
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index 2dbc1e0..b88f632 100644 --- a/flashchips.c +++ b/flashchips.c @@ -1133,7 +1133,7 @@ struct flashchip flashchips[] = { }, /* The next two chip definitions have top/bottom boot blocks, but has no - device differenciation between the two */ + device differentiation between the two */ { .vendor = "AMIC", .name = "A25L40PT", |