diff --git a/system/Cache/Handlers/RedisHandler.php b/system/Cache/Handlers/RedisHandler.php index 2fd997952f2b..639d5f555413 100644 --- a/system/Cache/Handlers/RedisHandler.php +++ b/system/Cache/Handlers/RedisHandler.php @@ -95,7 +95,7 @@ public function __construct($config) /** * Class destructor * - * Closes the connection to Memcache(d) if present. + * Closes the connection to Redis if present. */ public function __destruct() {