summaryrefslogtreecommitdiffstats
path: root/tokio/src/task/harness.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/task/harness.rs')
-rw-r--r--tokio/src/task/harness.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/task/harness.rs b/tokio/src/task/harness.rs
index 39ea2b5d..c02003db 100644
--- a/tokio/src/task/harness.rs
+++ b/tokio/src/task/harness.rs
@@ -538,7 +538,7 @@ where
}
unsafe fn wake_join(&self) {
- // LOOM: ensure we can make this call
+ // LOOM: ensure we can make this call
self.trailer().waker.check();
self.trailer().waker.with_unchecked(|ptr| {
(*(*ptr).as_ptr())