aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStjepan Glavina <stjepang@gmail.com>2020-01-06 21:49:10 +0100
committerStjepan Glavina <stjepang@gmail.com>2020-01-06 21:49:10 +0100
commitf4ae6f5adea2aaa35998eea2133e637ae210c10d (patch)
treeb66ce2dfe987525e2b2b61943ee38b53f3b7c454 /src
parent921e8a09261e18bf9aba13f089e8cd23c8a7c35b (diff)
downloadasync-task-f4ae6f5adea2aaa35998eea2133e637ae210c10d.tar.gz
Add a comment
Diffstat (limited to 'src')
-rw-r--r--src/header.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/header.rs b/src/header.rs
index 5882f85..e676bef 100644
--- a/src/header.rs
+++ b/src/header.rs
@@ -104,7 +104,7 @@ impl Header {
// by a unique pinned reference.
debug_assert!(state & REGISTERING == 0);
- // If the state is being notified at this moment, just wake and return without
+ // If we're in the notifying state at this moment, just wake and return without
// registering.
if state & NOTIFYING != 0 {
waker.wake_by_ref();