summaryrefslogtreecommitdiffstats
path: root/ch341a_spi.c
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.de>2021-09-29 14:24:39 +0200
committerNico Huber <nico.h@gmx.de>2021-10-01 11:12:36 +0000
commit98b537befdabc3bf6457a84fb4981be8456d6f9a (patch)
tree6ffbabdfc2af7ab6d41e8a508dfafb8c2b561b05 /ch341a_spi.c
parent1e2a5d8d8dc89bf4747a0967f213e17e1ae2a793 (diff)
downloadflashrom-98b537befdabc3bf6457a84fb4981be8456d6f9a.tar.gz
flashrom-98b537befdabc3bf6457a84fb4981be8456d6f9a.tar.bz2
flashrom-98b537befdabc3bf6457a84fb4981be8456d6f9a.zip
ch341a: use better english in the debug message
Change-Id: Ib7f15aa36fedc6af990c3ca45e81547cbfde24a1 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/58037 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
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 48642f301..bc4112b54 100644
--- a/ch341a_spi.c
+++ b/ch341a_spi.c
@@ -450,7 +450,7 @@ static int ch341a_spi_init(void)
ret = libusb_set_auto_detach_kernel_driver(handle, 1);
if (ret != 0) {
msg_pwarn("Platform does not support detaching of USB kernel drivers.\n"
- "If an unsupported driver is active, claiming of the interface may fail.\n");
+ "If an unsupported driver is active, claiming the interface may fail.\n");
}
ret = libusb_claim_interface(handle, 0);