summaryrefslogtreecommitdiffstats
path: root/ch341a_spi.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 /ch341a_spi.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 'ch341a_spi.c')
-rw-r--r--ch341a_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ch341a_spi.c b/ch341a_spi.c
index f88b6245d..9ebda0d3a 100644
--- a/ch341a_spi.c
+++ b/ch341a_spi.c
@@ -315,7 +315,7 @@ static int32_t enable_pins(bool enable)
/* De-assert and assert CS in one operation. */
static void pluck_cs(uint8_t *ptr)
{
- /* This was measured to give a minumum deassertion time of 2.25 us,
+ /* This was measured to give a minimum deassertion time of 2.25 us,
* >20x more than needed for most SPI chips (100ns). */
int delay_cnt = 2;
if (stored_delay_us) {