typo: correct spelling
authorNathan Binkert <nate@binkert.org>
Thu, 2 Jul 2009 23:48:22 +0000 (16:48 -0700)
committerNathan Binkert <nate@binkert.org>
Thu, 2 Jul 2009 23:48:22 +0000 (16:48 -0700)
src/dev/Ethernet.py

index d73d56d039af7ccee5e292381d55020f755106be..539e4ea9bbc20b673ab1e307a6ce01a6905c3dfd 100644 (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