summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/build/build.py
diff options
context:
space:
mode:
authorPierre Gondois <pierre.gondois@arm.com>2022-10-03 15:47:32 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-10-19 06:32:07 +0000
commitb03dceb87f400e2e5437f775427fab5338532ee7 (patch)
tree1fa9df4f87b131dc0a9b2e7e1ec7373dd8abd7fe /BaseTools/Source/Python/build/build.py
parentc4663e7277d12835a886994919822e218a01b62e (diff)
downloadedk2-b03dceb87f400e2e5437f775427fab5338532ee7.tar.gz
edk2-b03dceb87f400e2e5437f775427fab5338532ee7.tar.bz2
edk2-b03dceb87f400e2e5437f775427fab5338532ee7.zip
BaseTools: Remove duplicated words in Python tools
In an effort to clean the documentation of the above package, remove duplicated words. Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Bob Feng <bob.c.feng@intel.com> Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Diffstat (limited to 'BaseTools/Source/Python/build/build.py')
-rwxr-xr-xBaseTools/Source/Python/build/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/build/build.py b/BaseTools/Source/Python/build/build.py
index 07187c0361..51fb1f433e 100755
--- a/BaseTools/Source/Python/build/build.py
+++ b/BaseTools/Source/Python/build/build.py
@@ -205,7 +205,7 @@ class MakeSubProc(Popen):
#
# This method will call subprocess.Popen to execute an external program with
# given options in specified directory. Because of the dead-lock issue during
-# redirecting output of the external program, threads are used to to do the
+# redirecting output of the external program, threads are used to do the
# redirection work.
#
# @param Command A list or string containing the call of the program