Fix for r70684: correct description
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 8 Aug 2010 12:09:18 +0000 (12:09 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 8 Aug 2010 12:09:18 +0000 (12:09 +0000)
includes/db/LBFactory.php
includes/db/LBFactory_Multi.php

index 8f28a2a..89a99d0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Database load balancing
+ * Generator of database load balancing objects
  *
  * @file
  * @ingroup Database
index 9eb7b90..78e58c7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Advanced database load balancing for wiki farms
+ * Advanced generator of database load balancing objects for wiki farms
  *
  * @file
  * @ingroup Database