From 824024117221263370c3f440d86d843630a2a82e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 13 Nov 2018 12:53:53 +0200 Subject: Minor terminology tweaks (model -> build state) --- build2/config/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/config') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index accae17..0d256a6 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -777,7 +777,7 @@ namespace build2 project_set projects; // Note: doing everything in the load phase (disfigure_project () does - // modify the model). + // modify the build state). // for (const action_target& at: ts) { -- cgit v1.1