summaryrefslogtreecommitdiff
path: root/jedec.c
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-25 23:18:41 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-25 23:18:41 +0000
commitcd9db428bb574940d458abad7a413b628c0e5166 (patch)
tree7e311c929ef697a3781145bc2cea68359deb2794 /jedec.c
parentb3733042fd9e6c5c747189394f153cb422acfd31 (diff)
downloadflashrom-cd9db428bb574940d458abad7a413b628c0e5166.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. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@985 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'jedec.c')
-rw-r--r--jedec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jedec.c b/jedec.c
index fcaea96..30c343f 100644
--- a/jedec.c
+++ b/jedec.c
@@ -345,7 +345,7 @@ int write_page_write_jedec_common(struct flashchip *flash, uint8_t *src,
chipaddr d = dst;
retry:
- /* Issue JEDEC Start Program comand */
+ /* Issue JEDEC Start Program command */
start_program_jedec_common(flash, mask);
/* transfer data from source to destination */