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:
parent
2ae0a9cb82
commit
019bd34082
@ -21,7 +21,7 @@ struct block_writer {
|
|||||||
uint8_t *buf;
|
uint8_t *buf;
|
||||||
uint32_t block_size;
|
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;
|
uint32_t header_off;
|
||||||
|
|
||||||
/* How often to restart keys. */
|
/* How often to restart keys. */
|
||||||
|
Loading…
Reference in New Issue
Block a user