From 939b5bb42f36981ad1dc7dd7a7942718f2d61a5f Mon Sep 17 00:00:00 2001 From: Loong Dai Date: Mon, 28 Nov 2022 17:37:22 +0800 Subject: [PATCH] tests: fix a typo (#5236) Signed-off-by: Loong --- tokio/tests/async_send_sync.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/tests/async_send_sync.rs b/tokio/tests/async_send_sync.rs index 2ef02c7e8..e46d5c85a 100644 --- a/tokio/tests/async_send_sync.rs +++ b/tokio/tests/async_send_sync.rs @@ -136,7 +136,7 @@ macro_rules! cfg_not_wasi { } } -// Manualy re-implementation of `async_assert_fn` for `poll_fn`. The macro +// Manually re-implementation of `async_assert_fn` for `poll_fn`. The macro // doesn't work for this particular case because constructing the closure // is too complicated. const _: fn() = || {