mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
event: typo arguemnts
%s/arguemnts/arguments/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
c92d48f8b2
commit
f722ba1604
1 changed files with 1 additions and 1 deletions
|
@ -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, \
|
||||
|
|
Loading…
Add table
Reference in a new issue