diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_queue_index.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_queue_index.erl b/src/rabbit_queue_index.erl index bcee4b1da0..e0dba5057b 100644 --- a/src/rabbit_queue_index.erl +++ b/src/rabbit_queue_index.erl @@ -913,7 +913,7 @@ journal_minus_segment(JEntries, SegEntries) -> end, {array_new(), 0, 0}, JEntries). %% Here, the Out is a fresh journal that we're filling with valid -%% entries. PubsRemoved and AcksRemoved only get increased when the a +%% entries. PubsRemoved and AcksRemoved only get increased when a %% publish or ack is in both the journal and the segment. %% Both the same. Must be at least the publish |
