Fix docblock of URI->rsegments property
diff --git a/system/core/URI.php b/system/core/URI.php
index 9a545fd..c990be7 100644
--- a/system/core/URI.php
+++ b/system/core/URI.php
@@ -56,12 +56,14 @@
 	/**
 	 * List of URI segments
 	 *
+	 * Starts at 1 instead of 0.
+	 *
 	 * @var	array
 	 */
 	public $segments = array();
 
 	/**
-	 * Re-indexed list of URI segments
+	 * List of routed URI segments
 	 *
 	 * Starts at 1 instead of 0.
 	 *