aboutsummaryrefslogtreecommitdiff
path: root/brep/shared-database
diff options
context:
space:
mode:
Diffstat (limited to 'brep/shared-database')
-rw-r--r--brep/shared-database4
1 files changed, 2 insertions, 2 deletions
diff --git a/brep/shared-database b/brep/shared-database
index cad526f..36fa0a2 100644
--- a/brep/shared-database
+++ b/brep/shared-database
@@ -14,8 +14,8 @@ namespace brep
{
// Returns pointer to the shared database instance, creating one on the
// first call. On subsequent calls ensures passed host and port equals
- // to ones of the shared database instance throwing runtime_error otherwise.
- // Is not thread-safe.
+ // to ones of the existing database instance throwing runtime_error
+ // otherwise. Is not thread-safe.
//
std::shared_ptr<odb::core::database>
shared_database (const std::string& host, unsigned int port);