diff options
| author | Robert P. J. Day <[email protected]> | 2016-05-04 04:47:31 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-05-05 21:39:26 -0400 |
| commit | 1cc0a9f49657734c54939f03fc1e3ca0ec9d7eef (patch) | |
| tree | d33c7d4d02e251e1f02aad52c7c60157259c864e /tools | |
| parent | b955e42bad81a2ddad2f82c1843771de9bdfe6d4 (diff) | |
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-x | tools/moveconfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/moveconfig.py b/tools/moveconfig.py index 6f71b553630..68631b7faed 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 |
