]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
buildman: Fix a few typos in toolchain code
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 17:56:19 +0000 (11:56 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Jul 2024 06:36:33 +0000 (07:36 +0100)
Fix 'Thie' and capitalise 'unicode'.

Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
tools/buildman/toolchain.py

index 79c7c11a1105742738c14a87200f8bcc7dde4e8d..324ad0e0821db8f2fe1f2f1f92c59653dc625192 100644 (file)
@@ -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