Skip to content

Commit 175bb64

Browse files
committed
f sp
1 parent 8da15db commit 175bb64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/util/wakers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ impl Notifier {
4545
let mut lock = self.notify_pending.lock().unwrap();
4646
if let Some(existing_state) = &lock.1 {
4747
if existing_state.lock().unwrap().callbacks_made {
48-
// If the existing futurestate has completed and actually made callbacks, consider
49-
// the notification flag to have been cleared and reset the future state.
48+
// If the existing `FutureState` has completed and actually made callbacks,
49+
// consider the notification flag to have been cleared and reset the future state.
5050
lock.1.take();
5151
lock.0 = false;
5252
}

0 commit comments

Comments
 (0)