summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-08-18 09:04:41 +0200
committerNico Huber <nico.h@gmx.de>2018-08-19 10:42:45 +0000
commite2c90c45f7d1dbdd02269f0a8f3c95cb8ee5fa91 (patch)
tree2abda8ef6e3506d00711dcf527b97f61a5b930fd /flashchips.c
parent5bd11dc8476b4b17cef58d8d855f2b50e74da2f4 (diff)
downloadflashrom-e2c90c45f7d1dbdd02269f0a8f3c95cb8ee5fa91.tar.gz
flashrom-e2c90c45f7d1dbdd02269f0a8f3c95cb8ee5fa91.tar.bz2
flashrom-e2c90c45f7d1dbdd02269f0a8f3c95cb8ee5fa91.zip
Fix typos
Change-Id: I20745d5f30f9577622e27abf2f45220f026f65ac Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28206 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/flashchips.c b/flashchips.c
index 1a73ba4fe..2001d8c7b 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -5533,7 +5533,7 @@ const struct flashchip flashchips[] = {
.model_id = EXCEL_ES25P40,
.total_size = 512,
.page_size = 256,
- /* 256-byte paramter page separate from memory array:
+ /* 256-byte parameter page separate from memory array:
* supports read (0x53), fast read (0x5B), erase (0xD5) and program (0x52) instructions. */
.feature_bits = FEATURE_WRSR_WREN,
.tested = TEST_UNTESTED,
@@ -5564,7 +5564,7 @@ const struct flashchip flashchips[] = {
.model_id = EXCEL_ES25P80,
.total_size = 1024,
.page_size = 256,
- /* 256-byte paramter page separate from memory array:
+ /* 256-byte parameter page separate from memory array:
* supports read (0x53), fast read (0x5B), erase (0xD5) and program (0x52) instructions. */
.feature_bits = FEATURE_WRSR_WREN,
.tested = TEST_UNTESTED,
@@ -5595,7 +5595,7 @@ const struct flashchip flashchips[] = {
.model_id = EXCEL_ES25P16,
.total_size = 2 * 1024,
.page_size = 256,
- /* 256-byte paramter page separate from memory array:
+ /* 256-byte parameter page separate from memory array:
* supports read (0x53), fast read (0x5B), erase (0xD5) and program (0x52) instructions. */
.feature_bits = FEATURE_WRSR_WREN,
.tested = TEST_UNTESTED,