DmaDevice: fix minor type in error message.
[gem5.git] / src / dev / isa_fake.hh
index 5f54b1af3c47b86bc971d691e5f0e04280b8e0a9..1fd2415cb91bee736afa6f401727ec9a0a7f0db8 100644 (file)
@@ -39,7 +39,7 @@
 
 #include "base/range.hh"
 #include "dev/io_device.hh"
-#include "dev/alpha/tsunami.hh"
+// #include "dev/alpha/tsunami.hh"
 #include "params/IsaFake.hh"
 #include "mem/packet.hh"
 
@@ -66,7 +66,7 @@ class IsaFake : public BasicPioDevice
         return dynamic_cast<const Params *>(_params);
     }
     /**
-      * The constructor for Tsunmami Fake just registers itself with the MMU.
+      * The constructor for Isa Fake just registers itself with the MMU.
       * @param p params structure
       */
     IsaFake(Params *p);