aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/utility.cxx')
-rw-r--r--libbuild2/utility.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/utility.cxx b/libbuild2/utility.cxx
index aa67c92..68f54b9 100644
--- a/libbuild2/utility.cxx
+++ b/libbuild2/utility.cxx
@@ -486,8 +486,8 @@ namespace build2
// Read until we reach EOF on all streams.
//
- // Note that if dbuf is not opened, then we automatically get inactive
- // nullfd entry.
+ // Note that if dbuf is not opened, then we automatically get an
+ // inactive nullfd entry.
//
fdselect_set fds {is.fd (), dbuf.is.fd ()};
fdselect_state& ist (fds[0]);