reftable: fix a typo

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Andrew Kreimer
2024-10-03 01:38:13 +03:00
committed by Junio C Hamano
parent 23925a153d
commit a54601c38b

View File

@ -30,7 +30,7 @@ struct reftable_reader_offsets {
/* The state for reading a reftable file. */
struct reftable_reader {
/* for convience, associate a name with the instance. */
/* for convenience, associate a name with the instance. */
char *name;
struct reftable_block_source source;