commit | f4ae6f5adea2aaa35998eea2133e637ae210c10d | [log] [tgz] |
---|---|---|
author | Stjepan Glavina <stjepang@gmail.com> | Mon Jan 06 21:49:10 2020 +0100 |
committer | Stjepan Glavina <stjepang@gmail.com> | Mon Jan 06 21:49:10 2020 +0100 |
tree | b66ce2dfe987525e2b2b61943ee38b53f3b7c454 | |
parent | 921e8a09261e18bf9aba13f089e8cd23c8a7c35b [diff] |
Add a comment
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 @@ // 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();