summaryrefslogtreecommitdiff
path: root/includes/database/schema.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/database/schema.inc')
-rw-r--r--includes/database/schema.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/database/schema.inc b/includes/database/schema.inc
index 91503002f..07212418f 100644
--- a/includes/database/schema.inc
+++ b/includes/database/schema.inc
@@ -170,11 +170,11 @@ abstract class DatabaseSchema implements QueryPlaceholderInterface {
}
/**
- * Get information about the table name and schema from the db_prefix.
+ * Get information about the table name and schema from the prefix.
*
* @param
* Name of table to look prefix up for. Defaults to 'default' because thats
- * default key for db_prefix.
+ * default key for prefix.
* @return
* A keyed array with information about the schema, table name and prefix.
*/