diff options
-rw-r--r-- | includes/database/database.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc index 8d6abb844..b384afe3a 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -1137,7 +1137,7 @@ abstract class DatabaseConnection extends PDO { } /** - * Returns the type of the database being accessed. + * Returns the name of the PDO driver for this connection. */ abstract public function databaseType(); |