[PATCH 1/2] event: typo arguemnts
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Fri Apr 19 13:37:45 CEST 2024
%s/arguemnts/arguments/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
include/event.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/event.h b/include/event.h
index a8f046da3c3..fb353ad623e 100644
--- a/include/event.h
+++ b/include/event.h
@@ -316,7 +316,7 @@ static inline const char *event_spy_id(struct evspy_info *spy)
__used ll_entry_declare(struct evspy_info, _type ## _3_ ## _func, \
evspy_info) = _ESPY_REC(_type, _func)
-/* Simple spy with no function arguemnts */
+/* Simple spy with no function arguments */
#define EVENT_SPY_SIMPLE(_type, _func) \
__used ll_entry_declare(struct evspy_info_simple, \
_type ## _3_ ## _func, \
--
2.43.0
More information about the U-Boot
mailing list