diff --git a/includes/polling/ports.inc.php b/includes/polling/ports.inc.php index 03896c69c0..429fde3cd9 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 ");