Make comment reflect code

This commit is contained in:
Paul Gear
2015-06-06 07:50:23 +10:00
parent c149b0f47c
commit 49833273e7

View File

@@ -215,7 +215,7 @@ foreach ($ports as $port)
$this_port['ifOutMulticastPkts'] = $this_port['ifHCOutMulticastPkts']; $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") if (is_numeric($this_port['ifHighSpeed']) && $this_port['ifSpeed'] > "1000000000")
{ {
echo("HighSpeed "); echo("HighSpeed ");