diff options
Diffstat (limited to 'libbuild2/bin/def-rule.cxx')
-rw-r--r-- | libbuild2/bin/def-rule.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbuild2/bin/def-rule.cxx b/libbuild2/bin/def-rule.cxx index 257fad8..5eeff4a 100644 --- a/libbuild2/bin/def-rule.cxx +++ b/libbuild2/bin/def-rule.cxx @@ -200,8 +200,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]); @@ -276,8 +276,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]); |