typo: correct spelling

This commit is contained in:
Nathan Binkert
2009-07-02 16:48:22 -07:00
parent 6fd3987b3f
commit 7daed385bf

View File

@@ -64,7 +64,7 @@ class EtherDump(SimObject):
class EtherDevice(PciDevice):
type = 'EtherDevice'
abstract = True
interface = Port("Ethernet Interrface")
interface = Port("Ethernet Interface")
class IGbE(EtherDevice):
# Base class for two IGbE adapters listed above