Hi Robert,

2014-10-22 5:44 GMT+09:00 Robert P. J. Day <rpj...@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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to