mirror of
https://github.com/achlipala/frap.git
synced 2024-11-28 07:16:20 +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
|
(* This inductive state effectively encodes all possible combinations of two
|
||||||
* kinds of *local*state* in a thread:
|
* kinds of *local*state* in a thread:
|
||||||
* - program counter
|
* - program counter
|
||||||
* - values of local variables that may be ready eventually *)
|
* - values of local variables that may be read eventually *)
|
||||||
Inductive increment_program :=
|
Inductive increment_program :=
|
||||||
| Lock
|
| Lock
|
||||||
| Read
|
| Read
|
||||||
|
|
|
@ -202,7 +202,7 @@ Qed.
|
||||||
(* This inductive state effectively encodes all possible combinations of two
|
(* This inductive state effectively encodes all possible combinations of two
|
||||||
* kinds of *local*state* in a thread:
|
* kinds of *local*state* in a thread:
|
||||||
* - program counter
|
* - program counter
|
||||||
* - values of local variables that may be ready eventually *)
|
* - values of local variables that may be read eventually *)
|
||||||
Inductive increment_program :=
|
Inductive increment_program :=
|
||||||
| Lock
|
| Lock
|
||||||
| Read
|
| Read
|
||||||
|
|
Loading…
Reference in a new issue