From 07de5b4736eb811a7943aa97a43fd4ae4fa892a2 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Fri, 19 Jan 2024 23:47:03 +0900 Subject: [PATCH] Fix typo --- unified-scheduler-pool/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unified-scheduler-pool/src/lib.rs b/unified-scheduler-pool/src/lib.rs index 4e073461eb0729..cc0826375637ac 100644 --- a/unified-scheduler-pool/src/lib.rs +++ b/unified-scheduler-pool/src/lib.rs @@ -215,7 +215,7 @@ impl ExecutedTask { } // A very tiny generic message type to signal about opening and closing of subchannels, which are -// logically segmented series of Payloads (P1) over a signle continuous time-span, potentially +// logically segmented series of Payloads (P1) over a single continuous time-span, potentially // carrying some subchannel metadata (P2) upon opening a new subchannel. // Note that the above properties can be upheld only when this is used inside MPSC or SPSC channels // (i.e. the consumer side needs to be single threaded). For the multiple consumer cases,