diff options
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r-- | libbuild2/file.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |