From: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Date: Fri, 19 Apr 2024 11:37:45 +0000 (+0200)
Subject: event: typo arguemnts
X-Git-Tag: v2025.01-rc5-pxa1908~484^2~10
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/%7B%7B?a=commitdiff_plain;h=f722ba16048ac71b5eb7c8aad04355bf02259423;p=u-boot.git

event: typo arguemnts

%s/arguemnts/arguments/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---

diff --git a/include/event.h b/include/event.h
index a8f046da3c..fb353ad623 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, \