From 19480ebd4ec3ba663965f7fbc82f164a6d825056 Mon Sep 17 00:00:00 2001 From: Gaurav Parthasarathy <gauravp@student.ethz.ch> Date: Thu, 11 Jul 2019 01:29:02 +0200 Subject: [PATCH] minor change --- theories/logatom/rdcss/rdcss.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/logatom/rdcss/rdcss.v b/theories/logatom/rdcss/rdcss.v index eaac4b40..4b2f3e88 100644 --- a/theories/logatom/rdcss/rdcss.v +++ b/theories/logatom/rdcss/rdcss.v @@ -161,7 +161,7 @@ Section rdcss. (** Definition of the invariant *) - (* Extract the TID of the winner from the prophecy value. The winner is the first thread that performs a CAS. *) + (** Extract the TID of the winner from the prophecy value. The winner is the first thread that performs a CAS. *) Fixpoint proph_extract_winner (pvs : list (val * val)) : option proph_id := match pvs with | (_, LitV (LitProphecy tid)) :: _ => Some tid -- GitLab