From: Han-Wen Nienhuys Date: Thu, 23 Dec 2021 19:29:48 +0000 (+0000) Subject: reftable: fix typo in header X-Git-Tag: v2.35.0-rc0~11^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=019bd340820463b2ce2c006c45b6c87fefdd551c;p=thirdparty%2Fgit.git reftable: fix typo in header Signed-off-by: Han-Wen Nienhuys Signed-off-by: Junio C Hamano --- 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. */