Some typo fixes

This commit is contained in:
Kartik Singhal 2018-03-30 14:35:57 -05:00
parent 2269b38367
commit 1693573314
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ Definition trsys_of (h : heap) {result} (c : cmd result) := {|
|}.
(* Now let's get into the first distinctive feature of separation logic: an
* assertion language that takes advantage of *pariality* of heaps. We give our
* assertion language that takes advantage of *partiality* of heaps. We give our
* definitions inside a module, which will shortly be used as a parameter to
* another module (from the book library), to get some free automation for
* implications between these assertions. *)

View file

@ -448,7 +448,7 @@ Qed.
* shared state identically. In such a case, we may always pick our favorite
* thread to step next. *)
(* To make all that formal, we will do some static program analyze to summarize
(* To make all that formal, we will do some static program analysis to summarize
* which atomic actions a thread might take. *)
Record summary := {
Reads : set nat;