projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd3987
)
typo: correct spelling
author
Nathan Binkert
<nate@binkert.org>
Thu, 2 Jul 2009 23:48:22 +0000
(16:48 -0700)
committer
Nathan Binkert
<nate@binkert.org>
Thu, 2 Jul 2009 23:48:22 +0000
(16:48 -0700)
src/dev/Ethernet.py
patch
|
blob
|
history
diff --git
a/src/dev/Ethernet.py
b/src/dev/Ethernet.py
index d73d56d039af7ccee5e292381d55020f755106be..539e4ea9bbc20b673ab1e307a6ce01a6905c3dfd 100644
(file)
--- 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 Inter
r
face")
+ interface = Port("Ethernet Interface")
class IGbE(EtherDevice):
# Base class for two IGbE adapters listed above