summaryrefslogtreecommitdiff
path: root/poky/bitbake/lib/bb/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'poky/bitbake/lib/bb/process.py')
-rw-r--r--poky/bitbake/lib/bb/process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/bitbake/lib/bb/process.py b/poky/bitbake/lib/bb/process.py
index af5d804a1d..be2c15a188 100644
--- a/poky/bitbake/lib/bb/process.py
+++ b/poky/bitbake/lib/bb/process.py
@@ -142,7 +142,7 @@ def _logged_communicate(pipe, log, input, extrafiles):
while pipe.poll() is None:
read_all_pipes(log, rin, outdata, errdata)
- # Pocess closed, drain all pipes...
+ # Process closed, drain all pipes...
read_all_pipes(log, rin, outdata, errdata)
finally:
log.flush()