[U-Boot] [PATCH] Correct two non-functional misspellings "overrided".
Masahiro YAMADA
yamada.m at jp.panasonic.com
Tue Oct 28 17:20:59 CET 2014
Hi Robert,
2014-10-22 5:44 GMT+09:00 Robert P. J. Day <rpjday at crashcourse.ca>:
> diff --git a/scripts/kconfig/merge_config.sh b/scripts/kconfig/merge_config.sh
> index 81b0c61..efa4733 100755
> --- a/scripts/kconfig/merge_config.sh
> +++ b/scripts/kconfig/merge_config.sh
> @@ -87,7 +87,7 @@ TMP_FILE=$(mktemp ./.tmp.config.XXXXXXXXXX)
> echo "Using $INITFILE as base"
> cat $INITFILE > $TMP_FILE
>
> -# Merge files, printing warnings on overrided values
> +# Merge files, printing warnings on overridden values
> for MERGE_FILE in $MERGE_LIST ; do
> echo "Merging $MERGE_FILE"
> CFG_LIST=$(sed -n "$SED_CONFIG_EXP" $MERGE_FILE)
>
Thanks for spotting this!
This file came from Linux Kernel.
If you don't mind, shall I send a patch to Linux Kbuild ML
with your Author credit? (or would you do it by yourself?)
--
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list