From 8ffd46add15edd5d8f6a90cd9c0be3feed091100 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Carl=20F=C3=BCrstenberg?= Date: Sun, 23 Jun 2013 03:01:26 +0200 Subject: [PATCH] copy paste comment should probably have end instead of start Change-Id: I864e75da57e339f48b7b64191d956b000202bfdb --- includes/Block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Block.php b/includes/Block.php index d2f430ed8b..4511ed0279 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -809,7 +809,7 @@ class Block { } /** - * Get the IP address at the start of the range in Hex form + * Get the IP address at the end of the range in Hex form * @throws MWException * @return String IP in Hex form */ -- 2.20.1