diff options
Diffstat (limited to 'load')
-rw-r--r-- | load/load.cxx | 2 |
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)) |