From a78a8fcd2506c6ea6046fed32a25f7df3eeca631 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Nov 2022 09:26:41 +0200 Subject: Rework header dependency extraction with diagnostics buffering --- libbuild2/utility.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/utility.cxx') 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]); -- cgit v1.1