* [U-Boot] [PATCH] Correct two non-functional misspellings "overrided".
@ 2014-10-21 20:44 Robert P. J. Day
2014-10-27 22:22 ` [U-Boot] " Tom Rini
2014-10-28 16:20 ` [U-Boot] [PATCH] " Masahiro YAMADA
0 siblings, 2 replies; 3+ messages in thread
From: Robert P. J. Day @ 2014-10-21 20:44 UTC (permalink / raw)
To: u-boot
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
given that the typoes occur in Kconfig help and a comment, the
changes are effectively non-functional.
diff --git a/dts/Kconfig b/dts/Kconfig
index 83ba7a6..5fe63f8 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -49,7 +49,7 @@ config DEFAULT_DEVICE_TREE
string "Default Device Tree for DT control"
help
This option specifies the default Device Tree used for DT control.
- It can be overrided from the command line:
+ It can be overridden from the command line:
$ make DEVICE_TREE=<device-tree-name>
endmenu
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)
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply related [flat|nested] 3+ messages in thread* [U-Boot] Correct two non-functional misspellings "overrided".
2014-10-21 20:44 [U-Boot] [PATCH] Correct two non-functional misspellings "overrided" Robert P. J. Day
@ 2014-10-27 22:22 ` Tom Rini
2014-10-28 16:20 ` [U-Boot] [PATCH] " Masahiro YAMADA
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2014-10-27 22:22 UTC (permalink / raw)
To: u-boot
On Tue, Oct 21, 2014 at 04:44:32PM -0400, Robert P. J. Day wrote:
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141027/15317371/attachment.pgp>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] Correct two non-functional misspellings "overrided".
2014-10-21 20:44 [U-Boot] [PATCH] Correct two non-functional misspellings "overrided" Robert P. J. Day
2014-10-27 22:22 ` [U-Boot] " Tom Rini
@ 2014-10-28 16:20 ` Masahiro YAMADA
1 sibling, 0 replies; 3+ messages in thread
From: Masahiro YAMADA @ 2014-10-28 16:20 UTC (permalink / raw)
To: u-boot
Hi Robert,
2014-10-22 5:44 GMT+09:00 Robert P. J. Day <rpjday@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-28 16:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21 20:44 [U-Boot] [PATCH] Correct two non-functional misspellings "overrided" Robert P. J. Day
2014-10-27 22:22 ` [U-Boot] " Tom Rini
2014-10-28 16:20 ` [U-Boot] [PATCH] " Masahiro YAMADA
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox