aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-04-19 13:37:45 +0200
committerTom Rini <trini@konsulko.com>2024-05-03 12:22:58 -0600
commitf722ba16048ac71b5eb7c8aad04355bf02259423 (patch)
tree293b7011fda0358b54c39ed7e9993334313d8c73
parentc92d48f8b2909d08584f17612a23d959467f14b8 (diff)
downloadu-boot-f722ba16048ac71b5eb7c8aad04355bf02259423.zip
u-boot-f722ba16048ac71b5eb7c8aad04355bf02259423.tar.gz
u-boot-f722ba16048ac71b5eb7c8aad04355bf02259423.tar.bz2
event: typo arguemnts
%s/arguemnts/arguments/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r--include/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event.h b/include/event.h
index a8f046d..fb353ad 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, \