From c3fc7b07f35f45f62002afd5cf3af83d65fb0a42 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 12 Feb 2024 01:23:18 +0900 Subject: [PATCH] fix typo in runtime_events.ml accomodate -> accommodate --- otherlibs/runtime_events/runtime_events.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherlibs/runtime_events/runtime_events.ml b/otherlibs/runtime_events/runtime_events.ml index 70de1b315fde..7f3cfeab5e10 100644 --- a/otherlibs/runtime_events/runtime_events.ml +++ b/otherlibs/runtime_events/runtime_events.ml @@ -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