diff --git a/lightning/src/routing/scoring.rs b/lightning/src/routing/scoring.rs index a2a97d220b6..4df6f4e10f6 100644 --- a/lightning/src/routing/scoring.rs +++ b/lightning/src/routing/scoring.rs @@ -1658,7 +1658,7 @@ mod bucketed_history { #[derive(Clone, Copy)] #[repr(C)] // Force the fields in memory to be in the order we specify. pub(super) struct HistoricalLiquidityTracker { - // 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 // liquidity offsets in `ChannelLiquidity` when calculating the non-historical score. This // means that the first handful of bytes of this struct will already be sitting in cache by // the time we go to look at them.