summaryrefslogtreecommitdiff
path: root/buildstream/utils.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-07 12:41:33 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-07 12:41:33 +0900
commit16bbfcd82e521d7fac287f16f527a14fca9bcc2b (patch)
tree6eeaa38ccbc025f7a4374642666ab3ad9be6f867 /buildstream/utils.py
parent30b9e79050c1f3a6124c50e7b11134cc5de0e345 (diff)
downloadbuildstream-16bbfcd82e521d7fac287f16f527a14fca9bcc2b.tar.gz
utils.py: Spelling/wording fix in comment
Diffstat (limited to 'buildstream/utils.py')
-rw-r--r--buildstream/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildstream/utils.py b/buildstream/utils.py
index 5450d5a3c..ef2aad618 100644
--- a/buildstream/utils.py
+++ b/buildstream/utils.py
@@ -512,10 +512,10 @@ def _terminator(terminate_func):
_terminator_stack.pop()
-# A context manager for a code block which spawns a processes
+# A context manager for a code block which spawns a process
# that becomes it's own session leader.
#
-# In these cases, SIGSTP and SIGCONT need to be propagated to
+# In these cases, SIGSTOP and SIGCONT need to be propagated to
# the child tasks, this is not expected to be used recursively,
# as the codeblock is expected to just spawn a processes.
#