File tree 1 file changed +2
-2
lines changed
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
146
146
form allows the whole data structure to be traversed starting from any ` state ` ,
147
147
which one might find in a location.
148
148
149
- Here is a the core of the GKMZ algorithm in OCaml:
149
+ Here is the core of the GKMZ algorithm in OCaml:
150
150
151
151
``` ocaml
152
152
let finish casn desired =
@@ -207,7 +207,7 @@ Here is a the core of the GKMZ algorithm in OCaml:
207
207
gkmz casn cass
208
208
```
209
209
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 `
211
211
descriptor and also fresh ` state ` s for all the ` CASS ` descriptors. This is
212
212
important as it makes sure that
213
213
[ 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