[PATCH 1/2] event: typo arguemnts

%s/arguemnts/arguments/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@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, \

%s/arguemnts/arguemnts/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- tools/buildman/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/buildman/test.py b/tools/buildman/test.py index bdd3d84158a..f92add7a7c5 100644 --- a/tools/buildman/test.py +++ b/tools/buildman/test.py @@ -195,7 +195,7 @@ class TestBuild(unittest.TestCase): Args: echo_lines: True to echo lines to the terminal to aid test development - kwdisplay_args: Dict of arguemnts to pass to + kwdisplay_args: Dict of arguments to pass to Builder.SetDisplayOptions()
Returns:

On Fri, Apr 19, 2024 at 9:13 AM Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
%s/arguemnts/arguemnts/
There is a typo in the Subject: %s/type/typo/

On Fri, Apr 19, 2024 at 01:37:46PM +0200, Heinrich Schuchardt wrote:
%s/arguemnts/arguemnts/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
Applied to u-boot/master, thanks!

On Fri, Apr 19, 2024 at 01:37:45PM +0200, Heinrich Schuchardt wrote:
%s/arguemnts/arguments/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
Applied to u-boot/master, thanks!
participants (3)
-
Fabio Estevam
-
Heinrich Schuchardt
-
Tom Rini