Skip to content

Commit f4ae6f5

Browse files
author
Stjepan Glavina
committed
Add a comment
1 parent 921e8a0 commit f4ae6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/header.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl Header {
104104
// by a unique pinned reference.
105105
debug_assert!(state & REGISTERING == 0);
106106

107-
// If the state is being notified at this moment, just wake and return without
107+
// If we're in the notifying state at this moment, just wake and return without
108108
// registering.
109109
if state & NOTIFYING != 0 {
110110
waker.wake_by_ref();

0 commit comments

Comments
 (0)