File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ contain `state`s which contain a reference to the `casn` descriptor. This cyclic
146146form allows the whole data structure to be traversed starting from any ` state ` ,
147147which 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 `
211211descriptor and also fresh ` state ` s for all the ` CASS ` descriptors. This is
212212important as it makes sure that
213213[ ABA problems] ( https://en.wikipedia.org/wiki/ABA_problem ) are avoided. It is
You can’t perform that action at this time.
0 commit comments