diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-21 12:11:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-21 12:11:48 +0200 |
commit | d64ae97f6865bc25d496485622530e2a090c2eb4 (patch) | |
tree | eef35c80417a9a08c7713368261aa6d1e8632b5d /libbuild2/file.hxx | |
parent | d7b5f03a761714f6ea6c4b1891e8a1f3824d4979 (diff) |
Implement dynamic loading of build system modules
Diffstat (limited to 'libbuild2/file.hxx')
-rw-r--r-- | libbuild2/file.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index 4d668fe..48d1b63 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -163,7 +163,7 @@ namespace build2 LIBBUILD2_SYMEXPORT bool bootstrapped (scope& root); - // Execute pre/post-bootstrap hooks. Similar to bootstrap_out/sr(), should + // Execute pre/post-bootstrap hooks. Similar to bootstrap_out/src(), should // only be called once per project bootstrap. // LIBBUILD2_SYMEXPORT void |