aboutsummaryrefslogtreecommitdiffstats
path: root/reftable
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2021-12-23 19:29:48 +0000
committerJunio C Hamano <gitster@pobox.com>2021-12-23 12:28:28 -0800
commit019bd340820463b2ce2c006c45b6c87fefdd551c (patch)
treeee331de656d9d00d63b6d4a4700de8bfc36ae84b /reftable
parent2ae0a9cb8298185a94e5998086f380a355dd8907 (diff)
downloadgit-019bd340820463b2ce2c006c45b6c87fefdd551c.tar.gz
reftable: fix typo in header
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'reftable')
-rw-r--r--reftable/block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reftable/block.h b/reftable/block.h
index e207706a64..87c77539b5 100644
--- a/reftable/block.h
+++ b/reftable/block.h
@@ -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. */