summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-05-04 04:47:31 -0400
committerTom Rini <trini@konsulko.com>2016-05-05 21:39:26 -0400
commit1cc0a9f49657734c54939f03fc1e3ca0ec9d7eef (patch)
treed33c7d4d02e251e1f02aad52c7c60157259c864e /tools
parentb955e42bad81a2ddad2f82c1843771de9bdfe6d4 (diff)
downloadblackbird-obmc-uboot-1cc0a9f49657734c54939f03fc1e3ca0ec9d7eef.tar.gz
blackbird-obmc-uboot-1cc0a9f49657734c54939f03fc1e3ca0ec9d7eef.zip
Fix various typos, scattered over the code.
Spelling corrections for (among other things): * environment * override * variable * ftd (should be "fdt", for flattened device tree) * embedded * FTDI * emulation * controller
Diffstat (limited to 'tools')
-rwxr-xr-xtools/moveconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index 6f71b55363..68631b7fae 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
@@ -273,12 +273,12 @@ def log_msg(color_enabled, color, defconfig, msg):
color_text(color_enabled, color, msg) + '\n'
def update_cross_compile():
- """Update per-arch CROSS_COMPILE via enviroment variables
+ """Update per-arch CROSS_COMPILE via environment variables
The default CROSS_COMPILE values are available
in the CROSS_COMPILE list above.
- You can override them via enviroment variables
+ You can override them via environment variables
CROSS_COMPILE_{ARCH}.
For example, if you want to override toolchain prefixes
OpenPOWER on IntegriCloud