summaryrefslogtreecommitdiffstats
path: root/src/util/db/dbconnectionpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/db/dbconnectionpool.h')
-rw-r--r--src/util/db/dbconnectionpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/db/dbconnectionpool.h b/src/util/db/dbconnectionpool.h
index d52e467635..1ecfd8ed51 100644
--- a/src/util/db/dbconnectionpool.h
+++ b/src/util/db/dbconnectionpool.h
@@ -19,7 +19,7 @@ class DbConnectionPool final {
public:
// Creates a new pool of database connections (one per thread) that
// all use the same connection parameters. Unique connection names
- // will be generated based on the given connection name that serves
+ // will be generated based on the given connection name that serves
// as the base name (= common prefix).
static DbConnectionPoolPtr create(
const DbConnection::Params& params,