summaryrefslogtreecommitdiff
path: root/src/stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.cc')
-rw-r--r--src/stream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.cc b/src/stream.cc
index 91a190d8..76f1d52e 100644
--- a/src/stream.cc
+++ b/src/stream.cc
@@ -75,7 +75,7 @@ namespace {
if (status == -1)
perror("dup2");
- // Close unuseful file descriptors: the pipe's writing and reading
+ // Close unused file descriptors: the pipe's writing and reading
// ends (the latter is not needed anymore, after the duplication).
close(pfd[1]);
close(pfd[0]);