Merge branch 'hx/pack-objects-chunk-comment'

Comment update.

* hx/pack-objects-chunk-comment:
  pack-objects: fix comment of reused_chunk.difference
This commit is contained in:
Junio C Hamano 2021-03-30 14:35:37 -07:00
commit 4730c5e273

View File

@ -815,8 +815,8 @@ static struct reused_chunk {
/* The offset of the first object of this chunk in the original
* packfile. */
off_t original;
/* The offset of the first object of this chunk in the generated
* packfile minus "original". */
/* The difference for "original" minus the offset of the first object of
* this chunk in the generated packfile. */
off_t difference;
} *reused_chunks;
static int reused_chunks_nr;