diff options
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r-- | build2/operation.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx index dabebcc..10ae6e7 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -72,9 +72,9 @@ namespace build2 const dir_path& src_base, const location&) { - // Load project's root[-pre].build. + // Load project's root.build. // - load_root_pre (root); + load_root (root); // Create the base scope. Note that its existence doesn't mean it was // already setup as a base scope; it can be the same as root. |