[PATCH] common/Kconfig: fix comments syntax error
Hugo Villeneuve
hugo at hugovil.com
Tue Apr 25 20:34:05 CEST 2023
On Tue, 25 Apr 2023 12:00:58 -0600
Simon Glass <sjg at chromium.org> wrote:
> Hi Hugo,
>
> On Tue, 25 Apr 2023 at 07:46, Hugo Villeneuve <hugo at hugovil.com> wrote:
> >
> > From: Hugo Villeneuve <hvilleneuve at dimonoff.com>
> >
> > Fix comments error in EVENT_DEBUG description:
> > usefui -> useful
> >
> > Signed-off-by: Hugo Villeneuve <hvilleneuve at dimonoff.com>
> > ---
> > common/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/common/Kconfig b/common/Kconfig
> > index f2783ee65d..8c5b672cdf 100644
> > --- a/common/Kconfig
> > +++ b/common/Kconfig
> > @@ -626,7 +626,7 @@ config EVENT_DEBUG
> > bool "Enable event debugging assistance"
> > default y if SANDBOX
> > help
> > - Enable this get usefui features for seeing what is happening with
> > + Enable this get useful features for seeing what is happening with
>
> I think 'Enable this to get useful' would be better
Yes agreed, will resubmit.
Thank you.
Hugo.
>
> > events, such as event-type names. This adds to the code size of
> > U-Boot so can be turned off for production builds.
> >
> > --
> > 2.30.2
> >
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> Regards,
> Simon
More information about the U-Boot
mailing list