correcting some docblock comments
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index 3346f0a..9b21bc3 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -100,9 +100,9 @@
*
* This function lets users load and instantiate models.
*
- * @access public
* @param string the name of the class
- * @param mixed any initialization parameters
+ * @param string name for the model
+ * @param bool database connection
* @return void
*/
function model($model, $name = '', $db_conn = FALSE)