diff --git a/cake/libs/object_collection.php b/cake/libs/object_collection.php index 9f8e02451..01f1efeda 100644 --- a/cake/libs/object_collection.php +++ b/cake/libs/object_collection.php @@ -29,7 +29,7 @@ abstract class ObjectCollection { protected $_enabled = array(); /** - * A hash of loaded helpers, indexed by the classname + * A hash of loaded objects, indexed by name * * @var array */