model: print bug reports at end of each execution
[c11tester.git] / snapshot-interface.h
index 5f54edb87f00f3299c20b1dc7beb9b5f4149107d..c0db0d0c0990595beaea3f1af70933a0f97779a8 100644 (file)
@@ -10,7 +10,7 @@
 typedef unsigned int snapshot_id;
 
 typedef void (*VoidFuncPtr)();
-void initSnapShotLibrary(unsigned int numbackingpages,
+void initSnapshotLibrary(unsigned int numbackingpages,
                unsigned int numsnapshots, unsigned int nummemoryregions,
                unsigned int numheappages, VoidFuncPtr entryPoint);
 
@@ -28,7 +28,7 @@ class SnapshotStack {
   int backTrackBeforeStep(int seq_index);
   void snapshotStep(int seq_index);
 
- private: 
+ private:
   struct stackEntry * stack;
 };