[U-Boot] [PATCH] doc: fix grammatical errors in README
Jeremiah Mahler
jmmahler at gmail.com
Mon Jan 5 03:32:53 CET 2015
Simon,
On Sun, Jan 04, 2015 at 06:56:00PM -0700, Simon Glass wrote:
> Hi Jeremiah,
>
> On 3 January 2015 at 20:37, Jeremiah Mahler <jmmahler at gmail.com> wrote:
> > Fix various spelling and grammatical errors in the README.
> >
> > Signed-off-by: Jeremiah Mahler <jmmahler at gmail.com>
> > ---
> > README | 74 +++++++++++++++++++++++++++++++++---------------------------------
> > 1 file changed, 37 insertions(+), 37 deletions(-)
>
> Thanks for the patch, a few nits below.
>
> >
> > diff --git a/README b/README
> > index 42ece99..530e88c 100644
> > --- a/README
> > +++ b/README
> [snip]
> > @@ -3051,7 +3051,7 @@ CBFS (Coreboot Filesystem) support
> > CONFIG_DELAY_ENVIRONMENT
> >
> > Normally the environment is loaded when the board is
> > - intialised so that it is available to U-Boot. This inhibits
> > + initialized so that it is available to U-Boot. This inhibits
>
> Initialised is spelled correctly.
>
Fixed.
I will fix the others too.
~/u-boot$ grep initialise README | wc -l
5
> > that so that the environment is not available until
> > explicitly loaded later by U-Boot code. With CONFIG_OF_CONTROL
> > this is instead controlled by the value of
> [snip]
> > @@ -4710,7 +4710,7 @@ Low Level (hardware related) configuration options:
> > if CONFIG_SYS_FDC_HW_INIT is defined, then the function
> > fdc_hw_init() is called at the beginning of the FDC
> > setup. fdc_hw_init() must be provided by the board
> > - source code. It is used to make hardware dependant
> > + source code. It is used to make hardware dependent
>
> hardware-dependent
>
Fixed.
> > initializations.
> >
> [snip]
>
> Regards,
> Simon
I will put these fixes in v2.
Thanks for the review,
--
- Jeremiah Mahler
More information about the U-Boot
mailing list