From 7dee9936074bcbbf9dfe4faf2d86165abb7d9eb9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 May 2018 09:30:55 +0200 Subject: Fix bug in TU checksum depdb saving logic in case of reprocess=true --- build2/depdb.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/depdb.hxx') diff --git a/build2/depdb.hxx b/build2/depdb.hxx index 906cbe5..9885723 100644 --- a/build2/depdb.hxx +++ b/build2/depdb.hxx @@ -97,7 +97,7 @@ namespace build2 // the next line in the database (which you are free to move from). If you // then call write(), this line will be overwritten. // - // If the result is NULL, then it means no next line is available. This + // If the result is NULL, then it means no next line is unavailable. This // can be due to several reasons: // // - eof reached (you can detect this by calling more() before read()) -- cgit v1.1