From d64ae97f6865bc25d496485622530e2a090c2eb4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Aug 2019 12:11:48 +0200 Subject: Implement dynamic loading of build system modules --- libbuild2/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/file.cxx') diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx index 66f05f7..1da9397 100644 --- a/libbuild2/file.cxx +++ b/libbuild2/file.cxx @@ -1170,7 +1170,7 @@ namespace build2 if (scope* rs = root.parent_scope ()->root_scope ()) load_root (*rs); - // Finish off loading bootstrapped modules. + // Finish off initializing bootstrapped modules. // for (auto& p: root.root_extra->modules) { -- cgit v1.1