aboutsummaryrefslogtreecommitdiff
path: root/cros_utils/command_executer.py
diff options
context:
space:
mode:
authorBob Haarman <inglorion@chromium.org>2020-09-18 22:10:25 +0000
committerBob Haarman <inglorion@chromium.org>2020-09-25 21:40:50 +0000
commit4f7eb71f9fa78f8710e1deb57d441f51fa74af3b (patch)
treecdf32ec9d3d7232f8bc23690c28293799635afeb /cros_utils/command_executer.py
parent8a9125c6e22cd83cbccc41434780e953890adeb1 (diff)
downloadtoolchain-utils-4f7eb71f9fa78f8710e1deb57d441f51fa74af3b.tar.gz
rephrase some language in code and comments
This rephrases some code and comments to avoid unclear and non-inclusive wording. For the remaining terms in unblocked_terms.txt, comments are added to explain why these terms are present in the code. BUG=chromium:1099035 TEST=repo hooks Change-Id: I985613d811836b6fb6351eadcf3e08a3290db97f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2419656 Tested-by: Bob Haarman <inglorion@chromium.org> Reviewed-by: Manoj Gupta (OoO) <manojgupta@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'cros_utils/command_executer.py')
-rwxr-xr-xcros_utils/command_executer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cros_utils/command_executer.py b/cros_utils/command_executer.py
index ee1df95c..aeedf3ea 100755
--- a/cros_utils/command_executer.py
+++ b/cros_utils/command_executer.py
@@ -387,7 +387,7 @@ class CommandExecuter(object):
command_file = f.name
os.chmod(command_file, 0o777)
- # if return_output is set, run a dummy command first to make sure that
+ # if return_output is set, run a test command first to make sure that
# the chroot already exists. We want the final returned output to skip
# the output from chroot creation steps.
if return_output: