diff --git a/src/dev/Ethernet.py b/src/dev/Ethernet.py index d73d56d039..539e4ea9bb 100644 --- a/src/dev/Ethernet.py +++ b/src/dev/Ethernet.py @@ -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