doc: fix typos

This commit is contained in:
fanquake
2025-07-29 13:19:44 +01:00
parent d818340e7e
commit 49f2f3c89f
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ FUZZ_TARGET(txorphan, .init = initialize_orphanage)
Assert(orphanage->TotalOrphanUsage() <= total_bytes_start);
}
}
// We are not guaranteed to have_tx after AddTx. There are a few possibile reasons:
// We are not guaranteed to have_tx after AddTx. There are a few possible reasons:
// - tx itself exceeds the per-peer memory usage limit, so LimitOrphans had to remove it immediately
// - tx itself exceeds the per-peer latency score limit, so LimitOrphans had to remove it immediately
// - the orphanage needed trim and all other announcements from this peer are reconsiderable