aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-06-23 11:56:19 -0600
committerSimon Glass <sjg@chromium.org>2024-07-03 07:36:33 +0100
commit57abd7c5492539c9585fb02bcf9fa9610a24d54a (patch)
tree57e06cc24c24510c92ddf762f63e31f211427029 /tools
parentfa77b510725dcc6c9e0222c5868b88ce22f77d86 (diff)
downloadu-boot-57abd7c5492539c9585fb02bcf9fa9610a24d54a.zip
u-boot-57abd7c5492539c9585fb02bcf9fa9610a24d54a.tar.gz
u-boot-57abd7c5492539c9585fb02bcf9fa9610a24d54a.tar.bz2
buildman: Fix a few typos in toolchain code
Fix 'Thie' and capitalise 'unicode'. Signed-off-by: Simon Glass <sjg@chromium.org> Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'tools')
-rw-r--r--tools/buildman/toolchain.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py
index 79c7c11..324ad0e 100644
--- a/tools/buildman/toolchain.py
+++ b/tools/buildman/toolchain.py
@@ -175,9 +175,9 @@ class Toolchain:
def MakeEnvironment(self, full_path):
"""Returns an environment for using the toolchain.
- Thie takes the current environment and adds CROSS_COMPILE so that
+ This takes the current environment and adds CROSS_COMPILE so that
the tool chain will operate correctly. This also disables localized
- output and possibly unicode encoded output of all build tools by
+ output and possibly Unicode encoded output of all build tools by
adding LC_ALL=C.
Note that os.environb is used to obtain the environment, since in some