From 6cf421dba8729b96335d76e954a431f88574517f Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Wed, 22 Dec 2010 07:48:56 +0000
Subject: [PATCH] #1004850 by chx, Crell: Fixed DBTNG databaseType comment is
 confusing

---
 includes/database/database.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/database/database.inc b/includes/database/database.inc
index 8d6abb844ff9..b384afe3ac8c 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -1137,7 +1137,7 @@ public function supportsTransactionalDDL() {
   }
 
   /**
-   * Returns the type of the database being accessed.
+   * Returns the name of the PDO driver for this connection.
    */
   abstract public function databaseType();
 
-- 
GitLab