From 49833273e79f8de3015ec1ddd2859b80770c0e37 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sat, 6 Jun 2015 07:50:23 +1000 Subject: [PATCH] Make comment reflect code --- includes/polling/ports.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/polling/ports.inc.php b/includes/polling/ports.inc.php index 03896c69c..429fde3cd 100644 --- a/includes/polling/ports.inc.php +++ b/includes/polling/ports.inc.php @@ -215,7 +215,7 @@ foreach ($ports as $port) $this_port['ifOutMulticastPkts'] = $this_port['ifHCOutMulticastPkts']; } - // Overwrite ifSpeed with ifHighSpeed if it's over 10G + // Overwrite ifSpeed with ifHighSpeed if it's over 1G if (is_numeric($this_port['ifHighSpeed']) && $this_port['ifSpeed'] > "1000000000") { echo("HighSpeed ");