From 16bbfcd82e521d7fac287f16f527a14fca9bcc2b Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 7 Mar 2017 12:41:33 +0900 Subject: utils.py: Spelling/wording fix in comment --- buildstream/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildstream/utils.py') 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. # -- cgit v1.2.1