From 003e1095660cf5f078452761dfc55ca9ab0d45ef Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Tue, 4 Feb 2025 10:55:40 +0200 Subject: [PATCH] improving comment --- library/waku_thread/waku_thread.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/waku_thread/waku_thread.nim b/library/waku_thread/waku_thread.nim index 97bd6692cf..e7487a3182 100644 --- a/library/waku_thread/waku_thread.nim +++ b/library/waku_thread/waku_thread.nim @@ -101,7 +101,7 @@ proc sendRequestToWakuThread*( # This lock is only necessary while we use a SP Channel and while the signalling # between threads assumes that there aren't concurrent requests. - # Rearchitecting the signaling + migrating to a MP Channel will allow us receive + # Rearchitecting the signaling + migrating to a MP Channel will allow us to receive # requests concurrently and spare us the need of locks ctx.lock.acquire() ## Sending the request