From e2c90c45f7d1dbdd02269f0a8f3c95cb8ee5fa91 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 18 Aug 2018 09:04:41 +0200 Subject: Fix typos Change-Id: I20745d5f30f9577622e27abf2f45220f026f65ac Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/28206 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- ch341a_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ch341a_spi.c') 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) { -- cgit v1.2.3