From 829bbad13fbd3a41a1ec7c63522d2a1eba111254 Mon Sep 17 00:00:00 2001 From: pk Date: Mon, 29 Aug 2022 01:44:43 -0500 Subject: chore(ext/flash): typo in `lib.rs` (#15662) 'Syncrhonous' -> 'Synchronous' --- ext/flash/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/flash') diff --git a/ext/flash/lib.rs b/ext/flash/lib.rs index 90363c082..8ed1baaad 100644 --- a/ext/flash/lib.rs +++ b/ext/flash/lib.rs @@ -1369,7 +1369,7 @@ async fn op_flash_next_async( 0 } -// Syncrhonous version of op_flash_next_async. Under heavy load, +// Synchronous version of op_flash_next_async. Under heavy load, // this can collect buffered requests from rx channel and return tokens in a single batch. // // perf: please do not add any arguments to this op. With optimizations enabled, -- cgit v1.2.3