Skip to content

Commit a7db9d4

Browse files
committed
Grammar
1 parent 97e6f09 commit a7db9d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/gkmz-with-read-only-cmp-ops.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ contain `state`s which contain a reference to the `casn` descriptor. This cyclic
146146
form allows the whole data structure to be traversed starting from any `state`,
147147
which one might find in a location.
148148

149-
Here is a the core of the GKMZ algorithm in OCaml:
149+
Here is the core of the GKMZ algorithm in OCaml:
150150

151151
```ocaml
152152
let finish casn desired =
@@ -207,7 +207,7 @@ Here is a the core of the GKMZ algorithm in OCaml:
207207
gkmz casn cass
208208
```
209209

210-
Note that every call of `atomically` allocates a fresh location for `casn`
210+
Note that every call of `atomically` allocates a fresh location for a `casn`
211211
descriptor and also fresh `state`s for all the `CASS` descriptors. This is
212212
important as it makes sure that
213213
[ABA problems](https://en.wikipedia.org/wiki/ABA_problem) are avoided. It is

0 commit comments

Comments
 (0)