[U-Boot] [PATCH] doc: fix grammatical errors in README
Simon Glass
sjg at chromium.org
Mon Jan 5 02:56:00 CET 2015
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.
> 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
> initializations.
>
[snip]
Regards,
Simon
More information about the U-Boot
mailing list