diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-04-08 22:29:53 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-04-08 22:29:53 +0200 |
commit | e146ed7ddd607e2b40e4590e0600a4694d43423f (patch) | |
tree | 6adaf67495ef549df0b6ce3ee98ec3fabcba69ae /system | |
parent | 2385d30422b865052bbc6f333e6a189f46215a61 (diff) |
fixed code comment
Diffstat (limited to 'system')
-rw-r--r-- | system/codeigniter/CodeIgniter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index 04936b956..3114cd4ec 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php @@ -46,7 +46,7 @@ require(BASEPATH.'codeigniter/Compat'.EXT); /*
* ------------------------------------------------------
- * Load the compatibility override functions
+ * Load the framework constants
* ------------------------------------------------------
*/
require(APPPATH.'config/constants'.EXT);
|