We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb369b5 + 1945f6c commit d6d01baCopy full SHA for d6d01ba
lightning-net-tokio/src/lib.rs
@@ -90,7 +90,7 @@ struct Connection {
90
event_notify: mpsc::Sender<()>,
91
// Because our PeerManager is templated by user-provided types, and we can't (as far as I can
92
// tell) have a const RawWakerVTable built out of templated functions, we need some indirection
93
- // between being woken up with write-ready and calling PeerManager::write_buffer_spce_avail.
+ // between being woken up with write-ready and calling PeerManager::write_buffer_space_avail.
94
// This provides that indirection, with a Sender which gets handed to the PeerManager Arc on
95
// the schedule_read stack.
96
//
0 commit comments