diff options
-rw-r--r-- | src/dev/Ethernet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/Ethernet.py b/src/dev/Ethernet.py index d73d56d03..539e4ea9b 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 |