Fix typo in a comment

This commit is contained in:
Adam Chlipala 2017-02-27 09:52:21 -05:00
parent 09dec13dd3
commit 6ffd08411c
2 changed files with 2 additions and 2 deletions

View file

@ -300,7 +300,7 @@ Qed.
(* This inductive state effectively encodes all possible combinations of two
* kinds of *local*state* in a thread:
* - program counter
* - values of local variables that may be ready eventually *)
* - values of local variables that may be read eventually *)
Inductive increment_program :=
| Lock
| Read

View file

@ -202,7 +202,7 @@ Qed.
(* This inductive state effectively encodes all possible combinations of two
* kinds of *local*state* in a thread:
* - program counter
* - values of local variables that may be ready eventually *)
* - values of local variables that may be read eventually *)
Inductive increment_program :=
| Lock
| Read