aboutsummaryrefslogtreecommitdiff
path: root/load/load.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'load/load.cxx')
-rw-r--r--load/load.cxx2
1 files changed, 1 insertions, 1 deletions
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))