cyclegraph: straighten out header vs. implementation vs. usage
[model-checker.git] / cyclegraph.h
index d0258d180f6e60546bc9619b1b3f56c86bda33de..c8ba531427f29a3edc5613d1ba1f50bf63067ed8 100644 (file)
@@ -19,7 +19,7 @@ class CycleGraph {
        ~CycleGraph();
        void addEdge(const ModelAction *from, const ModelAction *to);
        bool checkForCycles();
-       void addRMWEdge(const ModelAction *from, const ModelAction *to);
+       void addRMWEdge(const ModelAction *from, const ModelAction *rmw);
 
  private:
        CycleNode * getNode(const ModelAction *);