summaryrefslogtreecommitdiff
path: root/src/dev
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-07-02 16:48:22 -0700
committerNathan Binkert <nate@binkert.org>2009-07-02 16:48:22 -0700
commit7daed385bf9de7761128eedd5a2995692bdfeb19 (patch)
tree30eca098809d51d62e4898bd778426619ca039bb /src/dev
parent6fd3987b3f342aead9606fbc04bb65e7265a7b59 (diff)
downloadgem5-7daed385bf9de7761128eedd5a2995692bdfeb19.tar.xz
typo: correct spelling
Diffstat (limited to 'src/dev')
-rw-r--r--src/dev/Ethernet.py2
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