diff --git a/core/includes/database.inc b/core/includes/database.inc index 10d1133f2d73..ada1695422ca 100644 --- a/core/includes/database.inc +++ b/core/includes/database.inc @@ -671,7 +671,7 @@ function _db_create_keys_sql($spec) { * Renames a table. * * @param $table - * The table to be renamed. + * The current name of the table to be renamed. * @param $new_name * The new name for the table. */