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:

committed by
Junio C Hamano

parent
23925a153d
commit
a54601c38b
@ -30,7 +30,7 @@ struct reftable_reader_offsets {
|
|||||||
|
|
||||||
/* The state for reading a reftable file. */
|
/* The state for reading a reftable file. */
|
||||||
struct reftable_reader {
|
struct reftable_reader {
|
||||||
/* for convience, associate a name with the instance. */
|
/* for convenience, associate a name with the instance. */
|
||||||
char *name;
|
char *name;
|
||||||
struct reftable_block_source source;
|
struct reftable_block_source source;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user