aboutsummaryrefslogtreecommitdiff
path: root/build2/depdb.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-24 09:30:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-24 09:30:55 +0200
commit7dee9936074bcbbf9dfe4faf2d86165abb7d9eb9 (patch)
tree884463e40ebc497e19bb93fbd0439e27116e7b64 /build2/depdb.hxx
parent2fbbc3b8c6def41baaa1e02048713c2a772693ab (diff)
Fix bug in TU checksum depdb saving logic in case of reprocess=true
Diffstat (limited to 'build2/depdb.hxx')
-rw-r--r--build2/depdb.hxx2
1 files changed, 1 insertions, 1 deletions
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())