| 54 | 
  | 
 * @class BlockSnapshotManager | 
| 55 | 
  | 
 * @todo document | 
| 56 | 
  | 
 */ | 
| 57 | 
< | 
class BlockSnapshotMananger : public SnapshotManager{ | 
| 57 | 
> | 
class BlockSnapshotManager : public SnapshotManager{ | 
| 58 | 
  | 
 | 
| 59 | 
  | 
    public: | 
| 60 | 
< | 
        BlockSnapshotMananger(SimInfo* info, const std::string& filename, int storageLayout, int blockCapacity = 2); | 
| 61 | 
< | 
        ~BlockSnapshotMananger(); | 
| 60 | 
> | 
        BlockSnapshotManager(SimInfo* info, const std::string& filename, int storageLayout, int blockCapacity = 2); | 
| 61 | 
> | 
        ~BlockSnapshotManager(); | 
| 62 | 
  | 
         | 
| 63 | 
  | 
        virtual Snapshot* getSnapshot(int id) { return snapshots_[id]; } | 
| 64 | 
  | 
 |