summaryrefslogtreecommitdiff
path: root/modules/throttle/throttle.admin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/throttle/throttle.admin.inc')
-rw-r--r--modules/throttle/throttle.admin.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/throttle/throttle.admin.inc b/modules/throttle/throttle.admin.inc
index 75ad7cd95..86fc51f52 100644
--- a/modules/throttle/throttle.admin.inc
+++ b/modules/throttle/throttle.admin.inc
@@ -10,8 +10,8 @@
* Form builder; Configure the throttle system.
*
* @ingroup forms
- * @see system_settings_form().
- * @see throttle_admin_settings_validate().
+ * @see system_settings_form()
+ * @see throttle_admin_settings_validate()
*/
function throttle_admin_settings() {
$probabilities = array(0 => '100%', 1 => '50%', 2 => '33.3%', 3 => '25%', 4 => '20%', 5 => '16.6%', 7 => '12.5%', 9 => '10%', 19 => '5%', 99 => '1%', 199 => '.5%', 399 => '.25%', 989 => '.1%');