From 0f388acaba981c6c3ebee10528d88e42195f805f Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 15 Mar 2022 10:55:25 -0600 Subject: Global cleanup: Fix a few spelling errors Just a trivial patch to fix a few errors found by codespell. Here's the command I used: codespell -S subprojects,out \ -L fwe,dout,tast,crate,parms,claus,nt,nd,te,truns,trun Signed-off-by: Martin Roth Change-Id: I4e3b277f220fa70dcab21912c30f1d26d9bd8749 Reviewed-on: https://review.coreboot.org/c/flashrom/+/62840 Reviewed-by: Felix Singer Reviewed-by: Anastasia Klimchuk Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) --- flashrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flashrom.c') diff --git a/flashrom.c b/flashrom.c index 79378857..17363816 100644 --- a/flashrom.c +++ b/flashrom.c @@ -623,7 +623,7 @@ static unsigned int get_next_write(const uint8_t *have, const uint8_t *want, uns return first_len; } -/* Returns the number of busses commonly supported by the current programmer and flash chip where the latter +/* Returns the number of buses commonly supported by the current programmer and flash chip where the latter * can not be completely accessed due to size/address limits of the programmer. */ unsigned int count_max_decode_exceedings(const struct flashctx *flash) { -- cgit v1.2.3