We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c78de0 commit 7798c81Copy full SHA for 7798c81
lightning/src/routing/scoring.rs
@@ -1658,7 +1658,7 @@ mod bucketed_history {
1658
#[derive(Clone, Copy)]
1659
#[repr(C)] // Force the fields in memory to be in the order we specify.
1660
pub(super) struct HistoricalLiquidityTracker {
1661
- // This struct sites inside a `(u64, ChannelLiquidity)` in memory, and we first read the
+ // This struct sits inside a `(u64, ChannelLiquidity)` in memory, and we first read the
1662
// liquidity offsets in `ChannelLiquidity` when calculating the non-historical score. This
1663
// means that the first handful of bytes of this struct will already be sitting in cache by
1664
// the time we go to look at them.
0 commit comments