From 7daed385bf9de7761128eedd5a2995692bdfeb19 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 2 Jul 2009 16:48:22 -0700 Subject: typo: correct spelling --- src/dev/Ethernet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dev') 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 -- cgit v1.2.3