mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Fix typo in a comment
This commit is contained in:
parent
09dec13dd3
commit
6ffd08411c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue