Skip to content

Commit

Permalink
doc: modify the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wathenjiang committed Jul 12, 2024
1 parent 01ccab7 commit 5b233e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/time/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ impl Driver {
.inner
.next_wake
.store(next_wake_time(expiration_time));
// Safety: After updating next_wake, we drop the locks.
// Safety: After updating the `next_wake`, we drop all the locks.
drop(locks);

match expiration_time {
Expand Down

0 comments on commit 5b233e6

Please sign in to comment.