summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpk <prettykool@protonmail.com>2022-08-29 01:44:43 -0500
committerGitHub <noreply@github.com>2022-08-29 12:14:43 +0530
commit829bbad13fbd3a41a1ec7c63522d2a1eba111254 (patch)
tree33cf48c0f4413c18e6de54f859790af8dd9ee0bb
parentd8396225c4287c53dd42226266e9f66983125e51 (diff)
chore(ext/flash): typo in `lib.rs` (#15662)
'Syncrhonous' -> 'Synchronous'
-rw-r--r--ext/flash/lib.rs2
1 files changed, 1 insertions, 1 deletions
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,