From bc1dcd187fb6f24d6b96ceb4c9b9176624b90dab Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Thu, 21 May 2020 21:12:39 +0800 Subject: Fix typos in comments --- src/stream.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stream.cc') 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]); -- cgit v1.2.3