Skip to content

Commit 019bd34

Browse files
hanwengitster
authored andcommitted
reftable: fix typo in header
Signed-off-by: Han-Wen Nienhuys <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2ae0a9c commit 019bd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reftable/block.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct block_writer {
2121
uint8_t *buf;
2222
uint32_t block_size;
2323

24-
/* Offset ofof the global header. Nonzero in the first block only. */
24+
/* Offset of the global header. Nonzero in the first block only. */
2525
uint32_t header_off;
2626

2727
/* How often to restart keys. */

0 commit comments

Comments
 (0)