changeset 1263b796c9c8 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=1263b796c9c8
description:
typo: correct spelling
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/dev/Ethernet.py | 2 +-
diffs (12 lines):
diff -r 47e757f289e0 -r 1263b796c9c8 src/dev/Ethernet.py
--- a/src/dev/Ethernet.py Thu Jul 02 16:48:22 2009 -0700
+++ b/src/dev/Ethernet.py Thu Jul 02 16:48:22 2009 -0700
@@ -64,7 +64,7 @@
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
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev