Fix comment on top of oomem two writes model
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 3 Jun 2009 20:41:49 +0000 (16:41 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 3 Jun 2009 20:41:49 +0000 (16:41 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
formal-model/ooomem-two-writes/mem.spin

index 9c76c9695c7a81740daa7d5675f3bdbacf69b76e..1eb51c9893c8dc5a38e6f791257e96a8f9d79845 100644 (file)
@@ -9,7 +9,7 @@
  *
  * Process A                  Process B
  * alpha = 1;                 beta = 1;
- * wmb();                     rmb();
+ * mb();                      mb();
  * x = beta;                  y = alpha;
  *
  * if x = 1, then y = 1 when read.
This page took 0.029479 seconds and 4 git commands to generate.