From: Simon Glass Date: Sun, 23 Jun 2024 17:56:19 +0000 (-0600) Subject: buildman: Fix a few typos in toolchain code X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=57abd7c5492539c9585fb02bcf9fa9610a24d54a;p=u-boot.git buildman: Fix a few typos in toolchain code Fix 'Thie' and capitalise 'unicode'. Signed-off-by: Simon Glass Suggested-by: Heinrich Schuchardt --- diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py index 79c7c11a11..324ad0e082 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