summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers/Cache_apcu.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Cache/drivers/Cache_apcu.php')
-rw-r--r--system/libraries/Cache/drivers/Cache_apcu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Cache/drivers/Cache_apcu.php b/system/libraries/Cache/drivers/Cache_apcu.php
index a60937339..955539d8e 100644
--- a/system/libraries/Cache/drivers/Cache_apcu.php
+++ b/system/libraries/Cache/drivers/Cache_apcu.php
@@ -43,7 +43,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @package CodeIgniter
* @subpackage Libraries
* @category Core
- * @author EllisLab Dev Team
+ * @author CodeIgniter Dev team
* @link
*/
class CI_Cache_apcu extends CI_Driver {