Skip to content

Commit

Permalink
Merge pull request ocaml#12970 from eltociear/patch-6
Browse files Browse the repository at this point in the history
fix typo in runtime_events.ml
  • Loading branch information
gasche committed Feb 11, 2024
2 parents 22d220a + c3fc7b0 commit ec52575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherlibs/runtime_events/runtime_events.ml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ module User = struct
the write buffer across calls.
To be safe for multi-domain programs, we use domain-local
storage for the write buffer. To accomodate for multi-threaded
storage for the write buffer. To accommodate for multi-threaded
programs (without depending on the Thread module), we store
a list of caches for each domain. This might leak a bit of
memory: the number of buffers for a domain is equal to the
Expand Down

0 comments on commit ec52575

Please sign in to comment.