Fix miscellaneous small typos.
authorMiles Kaufmann <milesck@eecs.umich.edu>
Thu, 30 Aug 2007 19:16:59 +0000 (15:16 -0400)
committerMiles Kaufmann <milesck@eecs.umich.edu>
Thu, 30 Aug 2007 19:16:59 +0000 (15:16 -0400)
--HG--
extra : convert_revision : bfc0ac8e1c8a5d01d9fa5203184bbf99c8361da3

src/cpu/static_inst.hh
src/dev/SimpleDisk.py

index 2e1ebd76633a9dd08c5df5791859cef06adf0fe8..c02c1c3bcb6b6625c871eb50a63907bc8df4e6a0 100644 (file)
@@ -398,8 +398,8 @@ class StaticInst : public StaticInstBase
     {
         panic("StaticInst::branchTarget() called on instruction "
               "that is not an indirect branch.");
-    }
         M5_DUMMY_RETURN
+    }
 
     /**
      * Return true if the instruction is a control transfer, and if so,
index 1c91930353270aaebcd8bc844d37361f5ef11124..cf28c9c194a16299bb0a8a5532ad0b35bfc18d39 100644 (file)
@@ -32,4 +32,4 @@ from m5.proxy import *
 class SimpleDisk(SimObject):
     type = 'SimpleDisk'
     disk = Param.DiskImage("Disk Image")
-    system = Param.System(Parent.any, "Sysetm Pointer")
+    system = Param.System(Parent.any, "System Pointer")