Skip to content

Commit d1d4fc3

Browse files
committed
Fix typo 'detla' -> 'delta'
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d28c5cf commit d1d4fc3

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)