diff mbox series

[15/42] package/bcusdk: fix definition typo

Message ID 20240910070823.4158894-16-peter@korsgaard.com
State Accepted
Headers show
Series codespell spelling fixes A-H | expand

Commit Message

Peter Korsgaard Sept. 10, 2024, 7:07 a.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 ...002-eibd-fix-endless-recursion-when-using-USB-backends.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/package/bcusdk/0002-eibd-fix-endless-recursion-when-using-USB-backends.patch b/package/bcusdk/0002-eibd-fix-endless-recursion-when-using-USB-backends.patch
index 3b90289c88..c31f0c0c8c 100644
--- a/package/bcusdk/0002-eibd-fix-endless-recursion-when-using-USB-backends.patch
+++ b/package/bcusdk/0002-eibd-fix-endless-recursion-when-using-USB-backends.patch
@@ -6,7 +6,7 @@  Subject: [PATCH] eibd: drop local clock_gettime in USB backends
 clock_gettime is defined locally, and calls pth_int_time, which
 in turn calls clock_gettime.
 The USB backend shouldn't overrule clock_gettime in the first place.
-This patch fixes this endless recursion by removing the local defition.
+This patch fixes this endless recursion by removing the local definition.
 
 Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
 ---