From 6e90b57a442424876b1325b9209f79c8a885a479 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 4 Jul 2017 11:27:47 +0300 Subject: Make use of foreign package objects in build-related functionality --- load/load.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'load') diff --git a/load/load.cxx b/load/load.cxx index 5a33631..bab35ec 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -1010,7 +1010,7 @@ try transaction t (db.begin ()); - // Check that the database 'package' schema matches the current one. + // Check that the package database schema matches the current one. // const string ds ("package"); if (schema_catalog::current_version (db, ds) != db.schema_version (ds)) -- cgit v1.1