1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 12:59:41 +01:00

reftable: fix typo in header

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Han-Wen Nienhuys 2021-12-23 19:29:48 +00:00 committed by Junio C Hamano
parent 2ae0a9cb82
commit 019bd34082

View file

@ -21,7 +21,7 @@ struct block_writer {
uint8_t *buf;
uint32_t block_size;
/* Offset ofof the global header. Nonzero in the first block only. */
/* Offset of the global header. Nonzero in the first block only. */
uint32_t header_off;
/* How often to restart keys. */