aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-10-03 01:38:13 +0300
committerJunio C Hamano <gitster@pobox.com>2024-10-03 12:06:51 -0700
commita54601c38b2ca24ae5a2f15906618fc61e24be78 (patch)
tree077e733d4cdc0f33b31c874e57e084c942fb5d42
parenttrace2: fix typos (diff)
downloadgit-a54601c38b2ca24ae5a2f15906618fc61e24be78.tar.gz
git-a54601c38b2ca24ae5a2f15906618fc61e24be78.zip
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>
Diffstat (limited to '')
-rw-r--r--reftable/reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reftable/reader.h b/reftable/reader.h
index e869165f23..8d69ff3d0e 100644
--- a/reftable/reader.h
+++ b/reftable/reader.h
@@ -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;