]> git.ipfire.org Git - thirdparty/git.git/commitdiff
reftable: fix typo in header
authorHan-Wen Nienhuys <hanwen@google.com>
Thu, 23 Dec 2021 19:29:48 +0000 (19:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Dec 2021 20:28:28 +0000 (12:28 -0800)
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/block.h

index e207706a64481eff6e0ea50f7c3a27093268fb26..87c77539b5bd6ab0b9909c51801719258507b424 100644 (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. */