]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
event: typo arguemnts
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 19 Apr 2024 11:37:45 +0000 (13:37 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 3 May 2024 18:22:58 +0000 (12:22 -0600)
%s/arguemnts/arguments/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/event.h

index a8f046da3c320517b2a4a47f6f5b62d2b24f47cc..fb353ad623edae3e15f07cad297182c931e28050 100644 (file)
@@ -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, \