From: Nathan Binkert Date: Thu, 2 Jul 2009 23:48:22 +0000 (-0700) Subject: typo: correct spelling X-Git-Tag: Calvin_Submission~238 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7daed385bf9de7761128eedd5a2995692bdfeb19;p=gem5.git typo: correct spelling --- 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