aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/LocalRepo.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/filerepo/LocalRepo.php')
-rw-r--r--includes/filerepo/LocalRepo.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/filerepo/LocalRepo.php b/includes/filerepo/LocalRepo.php
index 643c2d8aa688..b5cd4a710e7e 100644
--- a/includes/filerepo/LocalRepo.php
+++ b/includes/filerepo/LocalRepo.php
@@ -486,7 +486,7 @@ class LocalRepo extends FileRepo {
}
/**
- * Get a connection to the master DB
+ * Get a connection to the primary DB
* @return IDatabase
*/
public function getMasterDB() {
@@ -494,7 +494,7 @@ class LocalRepo extends FileRepo {
}
/**
- * Get a callback to get a DB handle given an index (DB_REPLICA/DB_MASTER)
+ * Get a callback to get a DB handle given an index (DB_REPLICA/DB_PRIMARY)
* @return Closure
*/
protected function getDBFactory() {