diff options
Diffstat (limited to 'libbuild2/algorithm.hxx')
-rw-r--r-- | libbuild2/algorithm.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/algorithm.hxx b/libbuild2/algorithm.hxx index aae59ca..9a6a56b 100644 --- a/libbuild2/algorithm.hxx +++ b/libbuild2/algorithm.hxx @@ -964,7 +964,7 @@ namespace build2 bool changed, backlink_mode = backlink_mode::link); - // Note: verbosite should be 2 or greater. + // Note: verbosity should be 2 or greater. // LIBBUILD2_SYMEXPORT void update_backlink (context&, @@ -973,7 +973,7 @@ namespace build2 backlink_mode = backlink_mode::link, uint16_t verbosity = 3); - // Note: verbosite should be 2 or greater. + // Note: verbosity should be 2 or greater. // LIBBUILD2_SYMEXPORT void clean_backlink (context&, |