Message ID | 603b0a1ada98692f504f2a004b49d4f7fe5b30c4.1640287790.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 019bd340820463b2ce2c006c45b6c87fefdd551c |
Headers | show |
Series | preliminary fixes for reftable support | expand |
diff --git a/reftable/block.h b/reftable/block.h index e207706a644..87c77539b5b 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. */