summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool/src/task/blocking.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-threadpool/src/task/blocking.rs')
-rw-r--r--tokio-threadpool/src/task/blocking.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-threadpool/src/task/blocking.rs b/tokio-threadpool/src/task/blocking.rs
index 62eef5d9..cdf2ceff 100644
--- a/tokio-threadpool/src/task/blocking.rs
+++ b/tokio-threadpool/src/task/blocking.rs
@@ -14,7 +14,7 @@ use std::thread;
/// Manages the state around entering a blocking section and tasks that are
/// queued pending the ability to block.
///
-/// This is a hybrid counter and instrusive mpsc channel (like `Queue`).
+/// This is a hybrid counter and intrusive mpsc channel (like `Queue`).
#[derive(Debug)]
pub(crate) struct Blocking {
/// Queue head.