Skip to content

Commit ce498e0

Browse files
dschogitster
authored andcommitted
pack-objects: fix typo 'detla' -> 'delta'
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cae598d commit ce498e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pack-objects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ static inline unsigned long oe_delta_size(struct packing_data *pack,
356356
return e->delta_size_;
357357

358358
/*
359-
* pack->detla_size[] can't be NULL because oe_set_delta_size()
359+
* pack->delta_size[] can't be NULL because oe_set_delta_size()
360360
* must have been called when a new delta is saved with
361361
* oe_set_delta().
362362
* If oe_delta() returns NULL (i.e. default state, which means

0 commit comments

Comments
 (0)