Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ocaml-multicore/kcas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a8aae9145910697d596e0c5e1eb967cedbe9cd5b
Choose a base ref
..
head repository: ocaml-multicore/kcas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 820eb0cbd98c3a5e8b7199951aefaa1b50e55d30
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/kcas/kcas.ml
4 changes: 2 additions & 2 deletions src/kcas/kcas.ml
Original file line number Diff line number Diff line change
@@ -174,8 +174,8 @@ and _ tdt =
(** The result might not yet have been determined. The [root] either says
which it is or points to the root of the transaction log or [tree].
Note that if local/stack allocation mode becomes available in OCaml,
the transaction log should be mostly stack allocated. *)
Note that if/when local/stack allocation mode becomes available in
OCaml, the transaction log should be mostly stack allocated. *)
| Leaf : [> `Leaf ] tdt (** Leaf node in the transaction log or [tree]. *)
| Node : {
loc : 'a loc;