changeset dad5aad2dc2d in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=dad5aad2dc2d
description:
        Fix typo

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/sim/System.py |    2 +-

diffs (12 lines):

diff -r f4a1bcc3b7bc -r dad5aad2dc2d src/sim/System.py
--- a/src/sim/System.py Sun Jan 25 20:36:24 2009 -0800
+++ b/src/sim/System.py Thu Jan 29 22:27:11 2009 -0800
@@ -38,7 +38,7 @@
     type = 'System'
     swig_objdecls = [ '%include "python/swig/system.i"' ]
 
-    physmem = Param.PhysicalMemory(Parent.any, "phsyical memory")
+    physmem = Param.PhysicalMemory(Parent.any, "physical memory")
     mem_mode = Param.MemoryMode('atomic', "The mode the memory system is in")
     if build_env['FULL_SYSTEM']:
         abstract = True
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to