Skip to content

Commit 4730c5e

Browse files
committed
Merge branch 'hx/pack-objects-chunk-comment'
Comment update. * hx/pack-objects-chunk-comment: pack-objects: fix comment of reused_chunk.difference
2 parents 1ba947c + bf12013 commit 4730c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/pack-objects.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,8 @@ static struct reused_chunk {
815815
/* The offset of the first object of this chunk in the original
816816
* packfile. */
817817
off_t original;
818-
/* The offset of the first object of this chunk in the generated
819-
* packfile minus "original". */
818+
/* The difference for "original" minus the offset of the first object of
819+
* this chunk in the generated packfile. */
820820
off_t difference;
821821
} *reused_chunks;
822822
static int reused_chunks_nr;

0 commit comments

Comments
 (0)