summaryrefslogtreecommitdiffstats
path: root/system/libraries/Encrypt.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-08-27 13:18:19 +0200
committerAndrey Andreev <narf@devilix.net>2014-08-27 13:18:19 +0200
commitfc4db348999fe9cc8d568eeba7602a11d449e2b8 (patch)
tree52d63608ca1c4d3dcd6a7e97a991a595a59ae131 /system/libraries/Encrypt.php
parentb27338ac9710cfcf69c4c99028f474aae8b28b49 (diff)
[ci skip] Update a comment block description
Diffstat (limited to 'system/libraries/Encrypt.php')
-rw-r--r--system/libraries/Encrypt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php
index 2541a4467..995bf0bbe 100644
--- a/system/libraries/Encrypt.php
+++ b/system/libraries/Encrypt.php
@@ -29,7 +29,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
/**
* CodeIgniter Encryption Class
*
- * Provides two-way keyed encoding using XOR Hashing and Mcrypt
+ * Provides two-way keyed encoding using Mcrypt
*
* @package CodeIgniter
* @subpackage Libraries