aboutsummaryrefslogtreecommitdiff
path: root/src/util/wake.rs
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2021-04-21 15:58:31 +0200
committerJeff Vander Stoep <jeffv@google.com>2021-04-21 15:59:26 +0200
commit28f5548b7bc0734d62d4624bb87b2bc60c78d49a (patch)
treec39809fba43deb9ee717b07b2afaeb71ef36ca59 /src/util/wake.rs
parent714f4488dbef671e82a443b31cc99ea7216dcebd (diff)
downloadtokio-28f5548b7bc0734d62d4624bb87b2bc60c78d49a.tar.gz
Update to 1.50.0
Test: atest Change-Id: I94e6acadea178b0b957fbf853a590f155d1bd973
Diffstat (limited to 'src/util/wake.rs')
-rw-r--r--src/util/wake.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/wake.rs b/src/util/wake.rs
index e49f1e8..001577d 100644
--- a/src/util/wake.rs
+++ b/src/util/wake.rs
@@ -4,7 +4,7 @@ use std::ops::Deref;
use std::sync::Arc;
use std::task::{RawWaker, RawWakerVTable, Waker};
-/// Simplfied waking interface based on Arcs
+/// Simplified waking interface based on Arcs
pub(crate) trait Wake: Send + Sync {
/// Wake by value
fn wake(self: Arc<Self>);