Skip to content

Commit

Permalink
runtime: fix typo (#4303)
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghunee committed Dec 7, 2021
1 parent ee4b2ed commit f73ed1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/mod.rs
Expand Up @@ -582,7 +582,7 @@ cfg_rt! {
match self::context::try_enter(self.handle.clone()) {
Some(guard) => basic.set_context_guard(guard),
None => {
// The context thread-local has alread been destroyed.
// The context thread-local has already been destroyed.
//
// We don't set the guard in this case. Calls to tokio::spawn in task
// destructors would fail regardless if this happens.
Expand Down

0 comments on commit f73ed1f

Please sign in to comment.